Use entity registry id in climate device actions (#95268)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
8d1cd39044
commit
c2f7e5840b
3 changed files with 218 additions and 19 deletions
|
@ -28,6 +28,7 @@ STATIC_VALIDATOR = {
|
|||
ENTITY_PLATFORMS = {
|
||||
Platform.ALARM_CONTROL_PANEL.value,
|
||||
Platform.BUTTON.value,
|
||||
Platform.CLIMATE.value,
|
||||
Platform.COVER.value,
|
||||
Platform.FAN.value,
|
||||
Platform.HUMIDIFIER.value,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue