Add switch platform to LaMetric (#24436)

This commit is contained in:
Franck Nijhof 2022-10-07 15:04:16 +02:00 committed by GitHub
parent 11a4db20fd
commit 3f3ba76192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ ha_category:
- Button - Button
- Notifications - Notifications
- Number - Number
- Switch
ha_iot_class: Local Polling ha_iot_class: Local Polling
ha_release: 0.49 ha_release: 0.49
ha_codeowners: ha_codeowners:
@ -15,6 +16,7 @@ ha_platforms:
- button - button
- notify - notify
- number - number
- switch
ha_integration_type: integration ha_integration_type: integration
ha_config_flow: true ha_config_flow: true
ha_ssdp: true ha_ssdp: true