Component to integrate with Deako using the public local api
This component will set up the following platforms.
Platform | Description |
---|---|
Lights |
Control your lights |
Installation using HACS
- Go to HACS/Integration in Home Assistant
- In the upper right, click the three dots
- Click "custom repositories"
- Under "Repository", enter the url for Deako Alpha HA integration: https://github.com/DeakoLights/homeassistant_alpha
- Under "Category", select "Integration"
- "Add"
- Install Deako Alpha HA integration
- Restart Home Assistant
- Go to Configuration/Integrations
- Deako should now be in the list of searchable integrations and auto discovered
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. It's highly recommended using the custom components manager HACS. - In the
custom_components
directory (folder) create a new folder calleddeako
. - Download all the files from the
custom_components/deako/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- Deako should now be in the list of searchable integrations
Configuration is done automatically during integration setup.