Installation (v0.9.4 Production Release)¶
This guide covers installing the stable v0.9.4 release of the MyHOME integration from the master branch.
[!WARNING] Production Stability Notice: If you are running a stable production home automation setup, stay on release 0.9.4 on the
masterbranch. Do not install the v2 beta zip on a production system without first reviewing the v2 Upgrade Guide.
Prerequisites¶
- Home Assistant: Compatible with Home Assistant 2024.x through 2025.x.
- OpenWebNet Gateway: Connected to your local LAN with a fixed IP address.
- Configuration File: A dedicated
/config/myhome.yamlfile (orconfiguration.yamlinclude).
Option 1: Installation via HACS (Recommended)¶
HACS provides the easiest installation method for production v0.9.4:
- Open HACS from your Home Assistant sidebar.
- Navigate to Integrations.
- Search for MyHome.
- Click Download and select version
0.9.4. - Restart Home Assistant:
- Navigate to Developer Tools → YAML → Restart.
Option 2: Manual ZIP Installation¶
- Download the
myhome-0.9.4.zipasset from the v0.9.4 GitHub Release. - On your Home Assistant host, open your configuration folder (
/config). - Ensure the folder
/config/custom_components/myhome/exists. - Extract the release archive into
/config/custom_components/myhome/. - Restart Home Assistant.
Next Steps¶
After restarting Home Assistant, proceed to the Configuration Overview to set up your /config/myhome.yaml file with your gateway IP, MAC address, and device definitions.