Add CONF_LOCATION constant (#68474)
* Add CONF_LOCATION constant * Update all custom CONF_LOCATION definitions to point to constant * remove CONF_LOCATION from homeassistant/components/totalconnect/const
This commit is contained in:
parent
911b159281
commit
aa013fa8f6
12 changed files with 11 additions and 17 deletions
|
@ -169,6 +169,7 @@ CONF_IP_ADDRESS: Final = "ip_address"
|
|||
CONF_LATITUDE: Final = "latitude"
|
||||
CONF_LEGACY_TEMPLATES: Final = "legacy_templates"
|
||||
CONF_LIGHTS: Final = "lights"
|
||||
CONF_LOCATION: Final = "location"
|
||||
CONF_LONGITUDE: Final = "longitude"
|
||||
CONF_MAC: Final = "mac"
|
||||
CONF_MAXIMUM: Final = "maximum"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue