Use entity registry id in cover device actions (#95269)

This commit is contained in:
Erik Montnemery 2023-06-27 08:20:05 +02:00 committed by GitHub
parent 0af71851a4
commit c2457b8574
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 154 additions and 32 deletions

View file

@ -28,6 +28,7 @@ STATIC_VALIDATOR = {
ENTITY_PLATFORMS = {
Platform.ALARM_CONTROL_PANEL.value,
Platform.BUTTON.value,
Platform.COVER.value,
Platform.FAN.value,
Platform.HUMIDIFIER.value,
Platform.LIGHT.value,