ecodevices_rt2 package
Subpackages
- ecodevices_rt2.binarysensors package
- ecodevices_rt2.climates package
- Submodules
- ecodevices_rt2.climates.climate_x4fp module
Climate_X4FP
Climate_X4FP.HA_TO_RT2_STATE
Climate_X4FP.RT2_TO_HA_STATE
Climate_X4FP.async_set_hvac_mode()
Climate_X4FP.async_set_preset_mode()
Climate_X4FP.async_turn_off()
Climate_X4FP.async_turn_on()
Climate_X4FP.available
Climate_X4FP.get_mode()
Climate_X4FP.hvac_mode
Climate_X4FP.hvac_modes
Climate_X4FP.preset_mode
Climate_X4FP.preset_modes
Climate_X4FP.set_mode()
Climate_X4FP.supported_features
Climate_X4FP.temperature_unit
- Module contents
Climate_X4FP
Climate_X4FP.HA_TO_RT2_STATE
Climate_X4FP.RT2_TO_HA_STATE
Climate_X4FP.async_set_hvac_mode()
Climate_X4FP.async_set_preset_mode()
Climate_X4FP.async_turn_off()
Climate_X4FP.async_turn_on()
Climate_X4FP.available
Climate_X4FP.entity_description
Climate_X4FP.get_mode()
Climate_X4FP.hvac_mode
Climate_X4FP.hvac_modes
Climate_X4FP.preset_mode
Climate_X4FP.preset_modes
Climate_X4FP.set_mode()
Climate_X4FP.supported_features
Climate_X4FP.temperature_unit
- ecodevices_rt2.lights package
- Submodules
- ecodevices_rt2.lights.light_api module
- ecodevices_rt2.lights.light_ecodevicesrt2 module
- ecodevices_rt2.lights.light_enocean module
- ecodevices_rt2.lights.light_relay module
- ecodevices_rt2.lights.light_virtualoutput module
- Module contents
- ecodevices_rt2.sensors package
- Submodules
- ecodevices_rt2.sensors.sensor_api module
- ecodevices_rt2.sensors.sensor_counter module
- ecodevices_rt2.sensors.sensor_ecodevicesrt2 module
- ecodevices_rt2.sensors.sensor_enocean module
- ecodevices_rt2.sensors.sensor_post module
- ecodevices_rt2.sensors.sensor_supplierindex module
- ecodevices_rt2.sensors.sensor_toroid module
- ecodevices_rt2.sensors.sensor_xthl module
- Module contents
Sensor_API
Sensor_Counter
Sensor_Counter_Index
Sensor_Counter_Price
Sensor_EcoDevicesRT2
Sensor_EnOcean
Sensor_Post
Sensor_Post_Index
Sensor_Post_IndexDay
Sensor_Post_Instant
Sensor_Post_Price
Sensor_Post_PriceDay
Sensor_SupplierIndex
Sensor_SupplierIndex_Index
Sensor_SupplierIndex_Price
Sensor_Toroid
Sensor_Toroid_Index
Sensor_Toroid_Price
Sensor_XTHL
Sensor_XTHL_Hum
Sensor_XTHL_Lum
Sensor_XTHL_Temp
- ecodevices_rt2.switches package
- Submodules
- ecodevices_rt2.switches.switch_api module
- ecodevices_rt2.switches.switch_ecodevicesrt2 module
- ecodevices_rt2.switches.switch_enocean module
- ecodevices_rt2.switches.switch_relay module
- ecodevices_rt2.switches.switch_virtualoutput module
- ecodevices_rt2.switches.switch_x4fp module
- Module contents
Submodules
ecodevices_rt2.binary_sensor module
Support for the GCE Ecodevices RT2 controller.
ecodevices_rt2.climate module
Support for the GCE Ecodevices RT2 controller.
ecodevices_rt2.config_flow module
Config flow to configure the GCE Ecodevices RT2 integration.
ecodevices_rt2.const module
Constants for the GCE Ecodevices RT2 component.
ecodevices_rt2.device_ecodevicesrt2 module
- class ecodevices_rt2.device_ecodevicesrt2.EcoDevicesRT2Device(device_config: dict, ecort2: EcoDevicesRT2, coordinator: DataUpdateCoordinator, suffix_name: str = '')[source]
Bases:
CoordinatorEntity
Representation of a GCE Ecodevices RT2 generic device entity.
- property device_class
Return the device class.
- property icon
Icon to use in the frontend, if any.
- property unit_of_measurement
Return the unit of measurement.
ecodevices_rt2.light module
Support for the GCE Ecodevices RT2 controller.
ecodevices_rt2.sensor module
Support for the GCE Ecodevices RT2. Based on work of @Mati24 – https://github.com/Aohzan/ecodevices
ecodevices_rt2.switch module
Support for the GCE Ecodevices RT2 controller.
Module contents
Support for the GCE Ecodevices RT2.
- async ecodevices_rt2.async_setup(hass: HomeAssistant, config: ConfigType) bool [source]
Set up the GCE Ecodevices RT2 from config file.
- async ecodevices_rt2.async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) bool [source]
Set up the GCE Ecodevices RT2.
- async ecodevices_rt2.async_unload_entry(hass: HomeAssistant, entry: ConfigEntry) bool [source]
Unload a config entry.