Add support for a dedicated weather station within KNX (#39476)

* Adds support for a dedicated weather station within KNX

* Review

* Change config values to comply with the naming of the other platforms
This commit is contained in:
Marvin Wichmann 2020-08-31 11:38:52 +02:00 committed by GitHub
parent 190611a079
commit bba8b8e759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 146 additions and 0 deletions

View file

@ -39,6 +39,7 @@ class SupportedPlatforms(Enum):
notify = "notify"
scene = "scene"
sensor = "sensor"
weather = "weather"
# Map KNX operation modes to HA modes. This list might not be complete.