Add restart device to UniFi button platform (#97642)
* Add restart device to UniFi Button platform * Add tests for button platform * Small corrections
This commit is contained in:
parent
76c443777d
commit
e43ad1c6a0
4 changed files with 210 additions and 4 deletions
|
@ -8,6 +8,7 @@ LOGGER = logging.getLogger(__package__)
|
|||
DOMAIN = "unifi"
|
||||
|
||||
PLATFORMS = [
|
||||
Platform.BUTTON,
|
||||
Platform.DEVICE_TRACKER,
|
||||
Platform.IMAGE,
|
||||
Platform.SENSOR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue