Add text platform for KNX (#82811)

This commit is contained in:
Matthias Alphart 2022-11-29 18:05:51 +01:00 committed by GitHub
parent d769359b4f
commit 0561c14d53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 216 additions and 0 deletions

View file

@ -119,6 +119,7 @@ SUPPORTED_PLATFORMS: Final = [
Platform.SELECT,
Platform.SENSOR,
Platform.SWITCH,
Platform.TEXT,
Platform.WEATHER,
]