Home Assistant Unofficial Reference 2024.12.1
entity.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.group.entity.Group
 
class  homeassistant.components.group.entity.GroupEntity
 

Namespaces

 homeassistant.components.group.entity
 

Functions

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

Variables

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