Use entity registry id in number device actions (#95273)

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

View file

@ -33,6 +33,7 @@ ENTITY_PLATFORMS = {
Platform.HUMIDIFIER.value,
Platform.LIGHT.value,
Platform.LOCK.value,
Platform.NUMBER.value,
Platform.REMOTE.value,
Platform.SELECT.value,
Platform.SWITCH.value,