Add sensor platform to LaMetric (#24473)

This commit is contained in:
Franck Nijhof 2022-10-09 21:28:49 +02:00 committed by GitHub
parent 66c3814959
commit 3d4a193ec2
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
- Sensor
- Switch - Switch
ha_iot_class: Local Polling ha_iot_class: Local Polling
ha_release: 0.49 ha_release: 0.49
@ -16,6 +17,7 @@ ha_platforms:
- button - button
- notify - notify
- number - number
- sensor
- switch - switch
ha_integration_type: integration ha_integration_type: integration
ha_config_flow: true ha_config_flow: true