Add reboot button to SFRBox (#86514)

This commit is contained in:
epenet 2023-01-24 14:13:49 +01:00 committed by GitHub
parent 44beb350cd
commit e96cea997e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 197 additions and 2 deletions

View file

@ -7,3 +7,4 @@ DEFAULT_USERNAME = "admin"
DOMAIN = "sfr_box"
PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]
PLATFORMS_WITH_AUTH = [*PLATFORMS, Platform.BUTTON]