Classes | |
| class | HomematicipGenericEntity |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_CONFIG_PENDING = "config_pending" |
| string | ATTR_CONNECTION_TYPE = "connection_type" |
| string | ATTR_DEVICE_OVERHEATED = "device_overheated" |
| string | ATTR_DEVICE_OVERLOADED = "device_overloaded" |
| string | ATTR_DEVICE_UNTERVOLTAGE = "device_undervoltage" |
| string | ATTR_DUTY_CYCLE_REACHED = "duty_cycle_reached" |
| string | ATTR_EVENT_DELAY = "event_delay" |
| string | ATTR_GROUP_MEMBER_UNREACHABLE = "group_member_unreachable" |
| string | ATTR_IS_GROUP = "is_group" |
| string | ATTR_LOW_BATTERY = "low_battery" |
| string | ATTR_MODEL_TYPE = "model_type" |
| string | ATTR_RSSI_DEVICE = "rssi_device" |
| string | ATTR_RSSI_PEER = "rssi_peer" |
| string | ATTR_SABOTAGE = "sabotage" |
| dictionary | DEVICE_ATTRIBUTE_ICONS |
| dictionary | DEVICE_ATTRIBUTES |
| dictionary | GROUP_ATTRIBUTES |
Generic entity for the HomematicIP Cloud component.
|
private |
| string homeassistant.components.homematicip_cloud.entity.ATTR_CONFIG_PENDING = "config_pending" |
| string homeassistant.components.homematicip_cloud.entity.ATTR_CONNECTION_TYPE = "connection_type" |
| string homeassistant.components.homematicip_cloud.entity.ATTR_DEVICE_OVERHEATED = "device_overheated" |
| string homeassistant.components.homematicip_cloud.entity.ATTR_DEVICE_OVERLOADED = "device_overloaded" |
| string homeassistant.components.homematicip_cloud.entity.ATTR_DEVICE_UNTERVOLTAGE = "device_undervoltage" |
| string homeassistant.components.homematicip_cloud.entity.ATTR_DUTY_CYCLE_REACHED = "duty_cycle_reached" |
| string homeassistant.components.homematicip_cloud.entity.ATTR_EVENT_DELAY = "event_delay" |
| string homeassistant.components.homematicip_cloud.entity.ATTR_GROUP_MEMBER_UNREACHABLE = "group_member_unreachable" |
| string homeassistant.components.homematicip_cloud.entity.ATTR_IS_GROUP = "is_group" |
| string homeassistant.components.homematicip_cloud.entity.ATTR_LOW_BATTERY = "low_battery" |
| string homeassistant.components.homematicip_cloud.entity.ATTR_MODEL_TYPE = "model_type" |
| string homeassistant.components.homematicip_cloud.entity.ATTR_RSSI_DEVICE = "rssi_device" |
| string homeassistant.components.homematicip_cloud.entity.ATTR_RSSI_PEER = "rssi_peer" |
| string homeassistant.components.homematicip_cloud.entity.ATTR_SABOTAGE = "sabotage" |
| dictionary homeassistant.components.homematicip_cloud.entity.DEVICE_ATTRIBUTE_ICONS |
| dictionary homeassistant.components.homematicip_cloud.entity.DEVICE_ATTRIBUTES |
| dictionary homeassistant.components.homematicip_cloud.entity.GROUP_ATTRIBUTES |