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:
parent
190611a079
commit
bba8b8e759
5 changed files with 146 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue