Add binary sensor entity to Overkiz integration (#62913)

This commit is contained in:
Mick Vleeshouwer 2021-12-28 01:10:39 -08:00 committed by GitHub
parent 68acf13f48
commit 41c497ee6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 151 additions and 0 deletions

View file

@ -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,