mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 16:05:31 +01:00
8 lines
149 B
Python
8 lines
149 B
Python
"""Constants for the zone component."""
|
|
|
|
CONF_PASSIVE = "passive"
|
|
DOMAIN = "zone"
|
|
HOME_ZONE = "home"
|
|
ATTR_PASSIVE = "passive"
|
|
ATTR_RADIUS = "radius"
|