Add filters and service to Sensibo (#73687)

This commit is contained in:
G Johansson 2022-06-21 05:33:47 +02:00 committed by GitHub
parent 3851c7b4b4
commit 0007178d63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 202 additions and 1 deletions

View file

@ -14,6 +14,7 @@ DEFAULT_SCAN_INTERVAL = 60
DOMAIN = "sensibo"
PLATFORMS = [
Platform.BINARY_SENSOR,
Platform.BUTTON,
Platform.CLIMATE,
Platform.NUMBER,
Platform.SELECT,