.github | ||
.images | ||
custom_components | ||
.gitignore | ||
hacs.json | ||
LICENSE | ||
README.md | ||
requirements.txt |
🖧 Easy Computer Manager
Easy Computer Manager is a custom integration for Home Assistant that allows you to remotely manage various aspects of your computer, such as sending Wake-On-LAN (WoL) packets, restarting the computer between different operating systems ( if dual-boot), adjusting audio configurations, changing monitor settings, and more.
Features
- Send Wake-On-LAN (WoL) packets to wake up a device.
- Restart the computer between Windows and Linux (dual-boot systems).
- Directly start the computer into Windows.
- Put the computer into sleep mode.
- Restart the computer.
- Modify monitor configurations.
- Start/Stop Steam Big Picture mode.
- Adjust audio settings (volume, mute, input, output).
- Display debug information for setup and troubleshooting.
Installation
Via HACS
- Install HACS if not already installed.
- In Home Assistant, go to "HACS" in the sidebar.
- Click on "Integrations."
- Click on the three dots in the top right corner and select "Custom repositories."
- Paste the following URL in the "Repo" field: https://github.com/M4TH1EU/HA-EasyComputerManager
- Select "Integration" from the "Category" dropdown.
- Click "Add."
- Search for "easy_computer_manager" and click "Install."
Manually
- Download the latest release from the GitHub repository.
- Extract the downloaded ZIP file.
- Copy the "custom_components/easy_computer_manager" directory to the "config/custom_components/" directory in your Home Assistant instance.
Preparing your computer (required)
Caution
Before adding your computer to Home Assistant, ensure that it is properly configured. (See below)
SEE WIKI
Add Computer to Home Assistant
- In Home Assistant, go to "Configuration" in the sidebar.
- Select "Integrations."
- Click the "+" button to add a new integration.
- Search for "Easy Computer Manager" and select it from the list.
- Follow the on-screen instructions to configure the integration, providing details such as the IP address, username, and password for the computer you want to manage.
- Once configured, click "Finish" to add the computer to Home Assistant.
Usage
After adding your computer to Home Assistant, you can use the provided services to manage it remotely. Explore the available services in the Home Assistant "Services" tab or use automations to integrate Easy Computer Manager into your smart home setup.
Troubleshooting
If you encounter any issues during installation or configuration, refer to the troubleshooting section in the Wiki or seek assistance from the Home Assistant community.
Contributions
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.
Happy automating with Easy Computer Manager!