Functions | |
| str | _get_wind_direction (float wind_direction_degree) |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| string | ATTR_CURRENT_ILLUMINATION = "current_illumination" |
| string | ATTR_ESI_TYPE = "type" |
| string | ATTR_HIGHEST_ILLUMINATION = "highest_illumination" |
| string | ATTR_LEFT_COUNTER = "left_counter" |
| string | ATTR_LOWEST_ILLUMINATION = "lowest_illumination" |
| string | ATTR_RIGHT_COUNTER = "right_counter" |
| string | ATTR_TEMPERATURE_OFFSET = "temperature_offset" |
| string | ATTR_WIND_DIRECTION = "wind_direction" |
| string | ATTR_WIND_DIRECTION_VARIATION = "wind_direction_variation_in_degree" |
| string | ESI_CONNECTED_SENSOR_TYPE_GAS = "ES_GAS" |
| string | ESI_CONNECTED_SENSOR_TYPE_IEC = "ES_IEC" |
| string | ESI_CONNECTED_SENSOR_TYPE_LED = "ES_LED" |
| string | ESI_TYPE_CURRENT_GAS_FLOW = "CurrentGasFlow" |
| string | ESI_TYPE_CURRENT_GAS_VOLUME = "GasVolume" |
| string | ESI_TYPE_CURRENT_POWER_CONSUMPTION = "CurrentPowerConsumption" |
| string | ESI_TYPE_ENERGY_COUNTER_INPUT_SINGLE_TARIFF = "ENERGY_COUNTER_INPUT_SINGLE_TARIFF" |
| string | ESI_TYPE_ENERGY_COUNTER_USAGE_HIGH_TARIFF = "ENERGY_COUNTER_USAGE_HIGH_TARIFF" |
| string | ESI_TYPE_ENERGY_COUNTER_USAGE_LOW_TARIFF = "ENERGY_COUNTER_USAGE_LOW_TARIFF" |
| string | ESI_TYPE_UNKNOWN = "UNKNOWN" |
| dictionary | ILLUMINATION_DEVICE_ATTRIBUTES |
Support for HomematicIP Cloud sensors.
|
private |
| None homeassistant.components.homematicip_cloud.sensor.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| string homeassistant.components.homematicip_cloud.sensor.ATTR_CURRENT_ILLUMINATION = "current_illumination" |
| string homeassistant.components.homematicip_cloud.sensor.ATTR_ESI_TYPE = "type" |
| string homeassistant.components.homematicip_cloud.sensor.ATTR_HIGHEST_ILLUMINATION = "highest_illumination" |
| string homeassistant.components.homematicip_cloud.sensor.ATTR_LEFT_COUNTER = "left_counter" |
| string homeassistant.components.homematicip_cloud.sensor.ATTR_LOWEST_ILLUMINATION = "lowest_illumination" |
| string homeassistant.components.homematicip_cloud.sensor.ATTR_RIGHT_COUNTER = "right_counter" |
| string homeassistant.components.homematicip_cloud.sensor.ATTR_TEMPERATURE_OFFSET = "temperature_offset" |
| string homeassistant.components.homematicip_cloud.sensor.ATTR_WIND_DIRECTION = "wind_direction" |
| string homeassistant.components.homematicip_cloud.sensor.ATTR_WIND_DIRECTION_VARIATION = "wind_direction_variation_in_degree" |
| string homeassistant.components.homematicip_cloud.sensor.ESI_CONNECTED_SENSOR_TYPE_GAS = "ES_GAS" |
| string homeassistant.components.homematicip_cloud.sensor.ESI_CONNECTED_SENSOR_TYPE_IEC = "ES_IEC" |
| string homeassistant.components.homematicip_cloud.sensor.ESI_CONNECTED_SENSOR_TYPE_LED = "ES_LED" |
| string homeassistant.components.homematicip_cloud.sensor.ESI_TYPE_CURRENT_GAS_FLOW = "CurrentGasFlow" |
| string homeassistant.components.homematicip_cloud.sensor.ESI_TYPE_CURRENT_GAS_VOLUME = "GasVolume" |
| string homeassistant.components.homematicip_cloud.sensor.ESI_TYPE_CURRENT_POWER_CONSUMPTION = "CurrentPowerConsumption" |
| string homeassistant.components.homematicip_cloud.sensor.ESI_TYPE_ENERGY_COUNTER_INPUT_SINGLE_TARIFF = "ENERGY_COUNTER_INPUT_SINGLE_TARIFF" |
| string homeassistant.components.homematicip_cloud.sensor.ESI_TYPE_ENERGY_COUNTER_USAGE_HIGH_TARIFF = "ENERGY_COUNTER_USAGE_HIGH_TARIFF" |
| string homeassistant.components.homematicip_cloud.sensor.ESI_TYPE_ENERGY_COUNTER_USAGE_LOW_TARIFF = "ENERGY_COUNTER_USAGE_LOW_TARIFF" |
| string homeassistant.components.homematicip_cloud.sensor.ESI_TYPE_UNKNOWN = "UNKNOWN" |
| dictionary homeassistant.components.homematicip_cloud.sensor.ILLUMINATION_DEVICE_ATTRIBUTES |