-
Notifications
You must be signed in to change notification settings - Fork 21
HomeAssistant Addon
Ben Campbell edited this page Apr 21, 2024
·
3 revisions
- Use the following link to add the repository or follow the additional instructions:
- open Add-ons in HomeAssistant Settings
- Go to "Add-On Store"
- add new repository:
- add
https://github.com/hcpy2-0/hcpy
- reload the page. The Addon should appear.
- Click on Addon and install.
- copy your
devices.json
(generated with hc-login.py) to theshare
folder located in homeassistant base dir. - open the
devices.json
file and check the value of thehost
key. if the host is not a full qualified domain name, add your local domain. eg.:"host": "SIEMENS-Dishwasher",
change to"host": "SIEMENS-Dishwasher.fritz.box",
or use the IP address of the device (but then make sure that the device has a static ip).
- now go to the addon configuration page and fill out like in the image above.
- In case you use the mosquitto mqtt addon, simply create an user in homeassistant. Sometimes a reload of the addon is necessary. Then you can use this user for the mqtt auth.