Replace Starline horn switch with button (#105728)

This commit is contained in:
Nikolay Vasilchuk 2023-12-14 17:00:23 +03:00 committed by GitHub
parent 351b07b14d
commit 356ad52d10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 84 additions and 2 deletions

View file

@ -7,10 +7,11 @@ _LOGGER = logging.getLogger(__package__)
DOMAIN = "starline"
PLATFORMS = [
Platform.DEVICE_TRACKER,
Platform.BINARY_SENSOR,
Platform.SENSOR,
Platform.BUTTON,
Platform.DEVICE_TRACKER,
Platform.LOCK,
Platform.SENSOR,
Platform.SWITCH,
]