Add reboot button to SFRBox (#86514)
This commit is contained in:
parent
44beb350cd
commit
e96cea997e
6 changed files with 197 additions and 2 deletions
|
@ -7,3 +7,4 @@ DEFAULT_USERNAME = "admin"
|
|||
DOMAIN = "sfr_box"
|
||||
|
||||
PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]
|
||||
PLATFORMS_WITH_AUTH = [*PLATFORMS, Platform.BUTTON]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue