mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-23 10:48:17 +02:00
initial commit
This commit is contained in:
commit
41fb06bb0e
16 changed files with 923 additions and 0 deletions
11
custom_components/mikrotik_router/const.py
Normal file
11
custom_components/mikrotik_router/const.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
"""Constants used by the Mikrotik Router component and platforms."""
|
||||
|
||||
DOMAIN = "mikrotik_router"
|
||||
DEFAULT_NAME = "Mikrotik Router"
|
||||
DATA_CLIENT = "client"
|
||||
ATTRIBUTION = "Data provided by Mikrotik"
|
||||
|
||||
CONF_SCAN_INTERVAL = "scan_interval"
|
||||
DEFAULT_SCAN_INTERVAL = 30
|
||||
CONF_TRACK_ARP = "track_arp"
|
||||
DEFAULT_TRACK_ARP = True
|
Loading…
Add table
Add a link
Reference in a new issue