Home Assistant Unofficial Reference 2024.12.1
entity.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.mysensors.entity.MySensorNodeEntity
 
class  homeassistant.components.mysensors.entity.MySensorsChildEntity
 

Namespaces

 homeassistant.components.mysensors.entity
 

Functions

dict[DevId, MySensorsChildEntity] homeassistant.components.mysensors.entity.get_mysensors_devices (HomeAssistant hass, Platform domain)
 

Variables

 homeassistant.components.mysensors.entity._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.mysensors.entity.ATTR_CHILD_ID = "child_id"
 
string homeassistant.components.mysensors.entity.ATTR_DESCRIPTION = "description"
 
string homeassistant.components.mysensors.entity.ATTR_DEVICE = "device"
 
string homeassistant.components.mysensors.entity.ATTR_HEARTBEAT = "heartbeat"
 
string homeassistant.components.mysensors.entity.ATTR_NODE_ID = "node_id"
 
string homeassistant.components.mysensors.entity.MYSENSORS_PLATFORM_DEVICES = "mysensors_devices_{}"