Use entity registry id in text device actions (#95398)

This commit is contained in:
Erik Montnemery 2023-06-27 20:24:40 +02:00 committed by GitHub
parent d7b7deb95f
commit 179e1da164
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 88 additions and 14 deletions

View file

@ -38,6 +38,7 @@ ENTITY_PLATFORMS = {
Platform.REMOTE.value,
Platform.SELECT.value,
Platform.SWITCH.value,
Platform.TEXT.value,
Platform.VACUUM.value,
Platform.WATER_HEATER.value,
}