Classes | |
| class | MySensorNodeEntity |
| class | MySensorsChildEntity |
Functions | |
| dict[DevId, MySensorsChildEntity] | get_mysensors_devices (HomeAssistant hass, Platform domain) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_CHILD_ID = "child_id" |
| string | ATTR_DESCRIPTION = "description" |
| string | ATTR_DEVICE = "device" |
| string | ATTR_HEARTBEAT = "heartbeat" |
| string | ATTR_NODE_ID = "node_id" |
| string | MYSENSORS_PLATFORM_DEVICES = "mysensors_devices_{}" |
Handle MySensors devices.
| dict[DevId, MySensorsChildEntity] homeassistant.components.mysensors.entity.get_mysensors_devices | ( | HomeAssistant | hass, |
| Platform | domain | ||
| ) |
|
private |
| 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" |