{% if version_installed == version_available %} 👍 You already have the latest released version installed. {% endif %}
{% if installed and version_installed != selected_tag %} 🤓 Changes from version {{ version_installed }} {% endif %}
OpenMotics and Home Assistant integration 🏡 ☀
Component to integrate with integration_blueprint.
This integration allows visibility and control of the OpenMotics system in Home Assistant. For information about how to configure and the features included in the integration, please see the Readme.md
{% if not installed %}
Use hacs.io to manage the installation and update process. 🥳
- Click install.
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "openmotics".
Copy content of custom_components
folder into your HA /config/custom_components
folder
{% endif %}