Add siren platform for tplink (#34504)

This commit is contained in:
Teemu R. 2024-09-20 16:13:54 +02:00 committed by GitHub
parent 3867e2efc6
commit 6ed4d8692a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@ ha_category:
- Number - Number
- Select - Select
- Sensor - Sensor
- Siren
- Switch - Switch
ha_release: 0.89 ha_release: 0.89
ha_iot_class: Local Polling ha_iot_class: Local Polling
@ -30,6 +31,7 @@ ha_platforms:
- number - number
- select - select
- sensor - sensor
- siren
- switch - switch
ha_dhcp: true ha_dhcp: true
ha_quality_scale: platinum ha_quality_scale: platinum

View File

@ -11,6 +11,7 @@ ha_category:
- Number - Number
- Select - Select
- Sensor - Sensor
- Siren
- Switch - Switch
ha_domain: tplink_tapo ha_domain: tplink_tapo
ha_release: 0.89 ha_release: 0.89
@ -32,6 +33,7 @@ ha_platforms:
- number - number
- select - select
- sensor - sensor
- siren
- switch - switch
ha_iot_class: Local Polling ha_iot_class: Local Polling
ha_dhcp: true ha_dhcp: true