Add enum sensor to Vogel's MotionMount integration (#30983)

This commit is contained in:
RJPoelstra 2024-01-28 19:06:25 +01:00 committed by GitHub
parent 6d4e144635
commit 6b602ca2c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@ ha_category:
- Number - Number
- Select - Select
- Binary sensor - Binary sensor
- Sensor
ha_release: 2024.1 ha_release: 2024.1
ha_iot_class: Local Push ha_iot_class: Local Push
ha_config_flow: true ha_config_flow: true
@ -12,6 +13,7 @@ ha_platforms:
- number - number
- select - select
- binary_sensor - binary_sensor
- sensor
ha_codeowners: ha_codeowners:
- '@RJPoelstra' - '@RJPoelstra'
ha_domain: motionmount ha_domain: motionmount