This is a Home Assistant integration for controlling a shutter roller using HACS.
To install this integration, follow these steps:
- Open your Home Assistant configuration directory.
- If you don't have a
custom_components
directory, create one. - Copy the
hcs_shutter
directory from this repository into thecustom_components
directory. - Add the following configuration to your
configuration.yaml
file:
hcs_shutter_ha:
covers:
- name: Foo
host: 192.168.1.100
- Restart Home Assistant to apply the changes.
Once the integration is installed and configured, you can control the shutter roller through the Home Assistant user interface or using automations and scripts.
This project is licensed under the MIT License.