Use platform enum (5) [P-R] (#60943)

This commit is contained in:
Marc Mueller 2021-12-04 13:19:49 +01:00 committed by GitHub
parent ed6352a22b
commit 79cd281c48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 80 additions and 42 deletions

View file

@ -1,6 +1,8 @@
"""Constants for the Ruckus Unleashed integration."""
from homeassistant.const import Platform
DOMAIN = "ruckus_unleashed"
PLATFORMS = ["device_tracker"]
PLATFORMS = [Platform.DEVICE_TRACKER]
SCAN_INTERVAL = 180
MANUFACTURER = "Ruckus"