hass_myhomeserver1 is a custom component for home assistant to manage lights and covers with myhomeserver gateway.
Before you begin, ensure you have met the following requirements:
- You have a myhomeserver1 gateway on your network
- You have set the open password on your gateway
- You have installed the latest version of home assistant
- You have installed HACS on your home assistant
- add this repository to HACS custom repositories
- install myhomeserver1 integration
somewhere in your home assistant configuration, set:
myhomeserver1:
host: <GATEWAY IP>
port: <GATEWAY PORT>
password: <OPEN PASSWORD>
light:
# ...
- platform: myhomeserver1
cover:
# ...
- platform: myhomeserver1