Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.group.const
 

Variables

string homeassistant.components.group.const.ATTR_ADD_ENTITIES = "add_entities"
 
string homeassistant.components.group.const.ATTR_ALL = "all"
 
string homeassistant.components.group.const.ATTR_AUTO = "auto"
 
string homeassistant.components.group.const.ATTR_ENTITIES = "entities"
 
string homeassistant.components.group.const.ATTR_OBJECT_ID = "object_id"
 
string homeassistant.components.group.const.ATTR_ORDER = "order"
 
string homeassistant.components.group.const.ATTR_REMOVE_ENTITIES = "remove_entities"
 
string homeassistant.components.group.const.CONF_HIDE_MEMBERS = "hide_members"
 
string homeassistant.components.group.const.CONF_IGNORE_NON_NUMERIC = "ignore_non_numeric"
 
string homeassistant.components.group.const.DOMAIN = "group"