Add sensor platform to flux_led (#21090)

This commit is contained in:
J. Nick Koston 2022-01-07 21:26:34 -10:00 committed by GitHub
parent f004bc7512
commit acdf5740e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,9 @@ description: Instructions on how to setup Magic Home within Home Assistant.
ha_category: ha_category:
- Button - Button
- Light - Light
- Number
- Select - Select
- Sensor
- Switch - Switch
ha_iot_class: Local Push ha_iot_class: Local Push
ha_release: 0.25 ha_release: 0.25
@ -12,8 +14,9 @@ ha_domain: flux_led
ha_platforms: ha_platforms:
- button - button
- light - light
- select
- number - number
- select
- sensor
- switch - switch
ha_codeowners: ha_codeowners:
- '@icemanch' - '@icemanch'