Add light platform to TOLO Sauna (#20430)

This commit is contained in:
Matthias Lohr 2021-11-24 22:26:17 +01:00 committed by GitHub
parent 6dfddbdd3d
commit cc1d63ed11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ ha_codeowners:
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
ha_platforms: ha_platforms:
- climate - climate
- light
ha_dhcp: true ha_dhcp: true
--- ---
@ -21,5 +22,6 @@ The integration allows for:
- Turning the sauna on and off - Turning the sauna on and off
- Setting the target temperature and target humidity - Setting the target temperature and target humidity
- Controlling the fan (used for drying and cooling down the sauna) - Controlling the fan (used for drying and cooling down the sauna)
- Controlling the sauna lights
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}