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

Variables

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

Detailed Description

Constants for the Group integration.

Variable Documentation

◆ ATTR_ADD_ENTITIES

string homeassistant.components.group.const.ATTR_ADD_ENTITIES = "add_entities"

Definition at line 23 of file const.py.

◆ ATTR_ALL

string homeassistant.components.group.const.ATTR_ALL = "all"

Definition at line 29 of file const.py.

◆ ATTR_AUTO

string homeassistant.components.group.const.ATTR_AUTO = "auto"

Definition at line 25 of file const.py.

◆ ATTR_ENTITIES

string homeassistant.components.group.const.ATTR_ENTITIES = "entities"

Definition at line 26 of file const.py.

◆ ATTR_OBJECT_ID

string homeassistant.components.group.const.ATTR_OBJECT_ID = "object_id"

Definition at line 27 of file const.py.

◆ ATTR_ORDER

string homeassistant.components.group.const.ATTR_ORDER = "order"

Definition at line 28 of file const.py.

◆ ATTR_REMOVE_ENTITIES

string homeassistant.components.group.const.ATTR_REMOVE_ENTITIES = "remove_entities"

Definition at line 24 of file const.py.

◆ CONF_HIDE_MEMBERS

string homeassistant.components.group.const.CONF_HIDE_MEMBERS = "hide_members"

Definition at line 15 of file const.py.

◆ CONF_IGNORE_NON_NUMERIC

string homeassistant.components.group.const.CONF_IGNORE_NON_NUMERIC = "ignore_non_numeric"

Definition at line 16 of file const.py.

◆ DOMAIN

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

Definition at line 18 of file const.py.