Replace Starline horn switch with button (#105728)
This commit is contained in:
parent
351b07b14d
commit
356ad52d10
5 changed files with 84 additions and 2 deletions
|
@ -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,
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue