Add time entity to Renson (#30156)

This commit is contained in:
jimmyd-be 2024-01-29 08:47:49 +01:00 committed by GitHub
parent cf09d65db2
commit 94bd6af9a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,8 +5,8 @@ ha_category:
- Binary sensor - Binary sensor
- Button - Button
- Fan - Fan
- Time
- Number - Number
- Sensor
ha_release: 2023.7 ha_release: 2023.7
ha_iot_class: Local Polling ha_iot_class: Local Polling
ha_config_flow: true ha_config_flow: true
@ -19,6 +19,7 @@ ha_platforms:
- fan - fan
- number - number
- sensor - sensor
- time
ha_integration_type: integration ha_integration_type: integration
--- ---