initial commit

This commit is contained in:
tomaae 2019-12-02 01:13:28 +01:00
commit 41fb06bb0e
16 changed files with 923 additions and 0 deletions

View 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