core/homeassistant/components/zone/const.py

6 lines
101 B
Python

"""Constants for the zone component."""
CONF_PASSIVE = 'passive'
DOMAIN = 'zone'
HOME_ZONE = 'home'