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

Classes

class  Group
 
class  GroupEntity
 

Functions

EntityComponent[Groupasync_get_component (HomeAssistant hass)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 _PACKAGE_LOGGER = logging.getLogger(__package__)
 
string ENTITY_ID_FORMAT = DOMAIN + ".{}"
 

Detailed Description

Provide entity classes for group entities.

Function Documentation

◆ async_get_component()

EntityComponent[Group] homeassistant.components.group.entity.async_get_component ( HomeAssistant  hass)
Get the group entity component.

Definition at line 479 of file entity.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.group.entity._LOGGER = logging.getLogger(__name__)
private

Definition at line 32 of file entity.py.

◆ _PACKAGE_LOGGER

homeassistant.components.group.entity._PACKAGE_LOGGER = logging.getLogger(__package__)
private

Definition at line 30 of file entity.py.

◆ ENTITY_ID_FORMAT

string homeassistant.components.group.entity.ENTITY_ID_FORMAT = DOMAIN + ".{}"

Definition at line 28 of file entity.py.