Fix ha_platforms for JuiceNet (#22727)

This commit is contained in:
Jesse Hills 2022-05-13 19:07:42 +12:00 committed by GitHub
parent 9f308d7f0c
commit 35b9314dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ ha_category:
- Energy
- Sensor
- Switch
- Number
ha_iot_class: Cloud Polling
ha_release: 0.47
ha_codeowners:
@ -15,6 +16,7 @@ ha_config_flow: true
ha_platforms:
- sensor
- switch
- number
ha_integration_type: integration
---