Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.zone.const Namespace Reference

Variables

string ATTR_PASSIVE = "passive"
 
string ATTR_RADIUS = "radius"
 
string CONF_PASSIVE = "passive"
 
string DOMAIN = "zone"
 
string HOME_ZONE = "home"
 

Detailed Description

Constants for the zone component.

Variable Documentation

◆ ATTR_PASSIVE

string homeassistant.components.zone.const.ATTR_PASSIVE = "passive"

Definition at line 6 of file const.py.

◆ ATTR_RADIUS

string homeassistant.components.zone.const.ATTR_RADIUS = "radius"

Definition at line 7 of file const.py.

◆ CONF_PASSIVE

string homeassistant.components.zone.const.CONF_PASSIVE = "passive"

Definition at line 3 of file const.py.

◆ DOMAIN

string homeassistant.components.zone.const.DOMAIN = "zone"

Definition at line 4 of file const.py.

◆ HOME_ZONE

string homeassistant.components.zone.const.HOME_ZONE = "home"

Definition at line 5 of file const.py.