Add binary sensor entity to Overkiz integration (#62913)
This commit is contained in:
parent
68acf13f48
commit
41c497ee6e
3 changed files with 151 additions and 0 deletions
|
@ -18,6 +18,7 @@ UPDATE_INTERVAL: Final = timedelta(seconds=30)
|
|||
UPDATE_INTERVAL_ALL_ASSUMED_STATE: Final = timedelta(minutes=60)
|
||||
|
||||
PLATFORMS: list[Platform] = [
|
||||
Platform.BINARY_SENSOR,
|
||||
Platform.BUTTON,
|
||||
Platform.LIGHT,
|
||||
Platform.LOCK,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue