Merge UniFi device tracker to config entry (#24367)
* Move device tracker to use config entry * Remove monitored conditions attributes based on ADR0003 * Add support for import of device tracker config to be backwards compatible * Remove unnecessary configuration options from device tracker * Add component configuration support
This commit is contained in:
parent
3480e6229a
commit
01b890f426
11 changed files with 493 additions and 449 deletions
|
@ -8,3 +8,8 @@ CONTROLLER_ID = '{host}-{site}'
|
|||
|
||||
CONF_CONTROLLER = 'controller'
|
||||
CONF_SITE_ID = 'site'
|
||||
|
||||
UNIFI_CONFIG = 'unifi_config'
|
||||
|
||||
CONF_DETECTION_TIME = 'detection_time'
|
||||
CONF_SSID_FILTER = 'ssid_filter'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue