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:
Robert Svensson 2023-08-05 20:07:20 +02:00 committed by GitHub
parent 76c443777d
commit e43ad1c6a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 210 additions and 4 deletions

View file

@ -8,6 +8,7 @@ LOGGER = logging.getLogger(__package__)
DOMAIN = "unifi"
PLATFORMS = [
Platform.BUTTON,
Platform.DEVICE_TRACKER,
Platform.IMAGE,
Platform.SENSOR,