Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.isy994.sensor Namespace Reference

Classes

class  ISYAuxSensorEntity
 
class  ISYSensorEntity
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

dictionary AUX_DISABLED_BY_DEFAULT_EXACT
 
list AUX_DISABLED_BY_DEFAULT_MATCH = ["GV", "DO"]
 
dictionary ISY_CONTROL_TO_DEVICE_CLASS
 
dictionary ISY_CONTROL_TO_ENTITY_CATEGORY
 
dictionary ISY_CONTROL_TO_STATE_CLASS
 

Detailed Description

Support for ISY sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.isy994.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the ISY sensor platform.

Definition at line 110 of file sensor.py.

Variable Documentation

◆ AUX_DISABLED_BY_DEFAULT_EXACT

dictionary homeassistant.components.isy994.sensor.AUX_DISABLED_BY_DEFAULT_EXACT
Initial value:
1 = {
2  PROP_COMMS_ERROR,
3  PROP_ENERGY_MODE,
4  PROP_HEAT_COOL_STATE,
5  PROP_ON_LEVEL,
6  PROP_RAMP_RATE,
7  PROP_STATUS,
8 }

Definition at line 53 of file sensor.py.

◆ AUX_DISABLED_BY_DEFAULT_MATCH

list homeassistant.components.isy994.sensor.AUX_DISABLED_BY_DEFAULT_MATCH = ["GV", "DO"]

Definition at line 52 of file sensor.py.

◆ ISY_CONTROL_TO_DEVICE_CLASS

dictionary homeassistant.components.isy994.sensor.ISY_CONTROL_TO_DEVICE_CLASS

Definition at line 65 of file sensor.py.

◆ ISY_CONTROL_TO_ENTITY_CATEGORY

dictionary homeassistant.components.isy994.sensor.ISY_CONTROL_TO_ENTITY_CATEGORY
Initial value:
1 = {
2  PROP_RAMP_RATE: EntityCategory.DIAGNOSTIC,
3  PROP_ON_LEVEL: EntityCategory.DIAGNOSTIC,
4  PROP_COMMS_ERROR: EntityCategory.DIAGNOSTIC,
5 }

Definition at line 103 of file sensor.py.

◆ ISY_CONTROL_TO_STATE_CLASS

dictionary homeassistant.components.isy994.sensor.ISY_CONTROL_TO_STATE_CLASS
Initial value:
1 = {
2  control: SensorStateClass.MEASUREMENT for control in ISY_CONTROL_TO_DEVICE_CLASS
3 }

Definition at line 100 of file sensor.py.