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
- Button
- Fan
- Time
- Number
- Sensor
ha_release: 2023.7
ha_iot_class: Local Polling
ha_config_flow: true
@ -19,6 +19,7 @@ ha_platforms:
- fan
- number
- sensor
- time
ha_integration_type: integration
---