Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the zone component."""
2 
3 CONF_PASSIVE = "passive"
4 DOMAIN = "zone"
5 HOME_ZONE = "home"
6 ATTR_PASSIVE = "passive"
7 ATTR_RADIUS = "radius"