mirror of
https://github.com/home-assistant/core.git
synced 2025-10-07 02:39:27 +00:00

Co-authored-by: Norbert Rittel <norbert@rittel.de> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
10 lines
167 B
Python
10 lines
167 B
Python
"""Constants for the Ubiquiti airOS integration."""
|
|
|
|
from datetime import timedelta
|
|
|
|
DOMAIN = "airos"
|
|
|
|
SCAN_INTERVAL = timedelta(minutes=1)
|
|
|
|
MANUFACTURER = "Ubiquiti"
|