This component will set up the following platforms.
Platform | Description |
---|---|
binary_sensor |
Show something True or False . |
sensor |
Show info from Astral Pool Halo Chlorinator API. |
select |
Control the chlorinator mode (off/auto/manual) |
{% if not installed %}
- Click install.
- Home Assistant will now discover chlorinators in bluetooth range that are advertising the right BLE UUID
{% endif %}
This project was forked from @pbutterworth's' AstralPool Chlorinator with a future goal to merge both Halo and EQ together.
This project was generated from @oncleben31's Home Assistant Custom Component Cookiecutter template.
Code template was mainly taken from @Ludeeus's integration_blueprint template