Skip to content

Commit

Permalink
Added support for additional platform types:
Browse files Browse the repository at this point in the history
* text input
* selects based on int and str enums
* time
  • Loading branch information
toggm committed Nov 19, 2024
1 parent b95c08e commit a06f4a1
Show file tree
Hide file tree
Showing 12 changed files with 607 additions and 127 deletions.
3 changes: 3 additions & 0 deletions custom_components/askoheat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
Platform.BINARY_SENSOR,
Platform.SWITCH,
Platform.NUMBER,
Platform.TIME,
Platform.TEXT,
Platform.SELECT,
]


Expand Down
Loading

0 comments on commit a06f4a1

Please sign in to comment.