Add light platform to senseme (#21137)

This commit is contained in:
J. Nick Koston 2022-01-12 14:06:15 -10:00 committed by GitHub
parent 761b8916f5
commit f56a552b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ description: Instructions on how to integrate SenseME devices into Home Assistan
ha_category:
- Binary Sensor
- Fan
- Light
- Switch
ha_release: 2022.2
ha_iot_class: Local Push
@ -15,6 +16,7 @@ ha_config_flow: true
ha_platforms:
- binary_sensor
- fan
- light
- switch
---
@ -25,5 +27,6 @@ The SenseME integration supports devices that speak the [SenseME](https://www.bi
### Supported devices
- Haiku Fans with SenseME
- Haiku Lights with SenseME (discontinued)
{% include integrations/config_flow.md %}