Use entity registry id in button device actions (#95267)

This commit is contained in:
Erik Montnemery 2023-06-26 22:22:15 +02:00 committed by GitHub
parent fde82ee323
commit 9b1b0937eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 60 additions and 11 deletions

View file

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