ecodevices_rt2.lights package
Submodules
ecodevices_rt2.lights.light_api module
- class ecodevices_rt2.lights.light_api.Light_API(device_config: dict, ecort2: EcoDevicesRT2, coordinator: DataUpdateCoordinator, get, get_value, get_entry, on_get, on_get_value, off_get, off_get_value)[source]
Bases:
Light_EcoDevicesRT2
,Entity
Representation of an EnOcean sensor.
ecodevices_rt2.lights.light_ecodevicesrt2 module
- class ecodevices_rt2.lights.light_ecodevicesrt2.Light_EcoDevicesRT2(device_config: dict, ecort2: EcoDevicesRT2, coordinator: DataUpdateCoordinator, suffix_name: str = '')[source]
Bases:
EcoDevicesRT2Device
,LightEntity
- property available
Return true if switch is available.
- property is_on: bool
Return true if switch is on. Standby is on.
ecodevices_rt2.lights.light_enocean module
- class ecodevices_rt2.lights.light_enocean.Light_EnOcean(device_config: dict, ecort2: EcoDevicesRT2, coordinator: DataUpdateCoordinator)[source]
Bases:
Light_EcoDevicesRT2
,Entity
Representation of an EnOcean switch.
ecodevices_rt2.lights.light_relay module
- class ecodevices_rt2.lights.light_relay.Light_Relay(device_config: dict, ecort2: EcoDevicesRT2, coordinator: DataUpdateCoordinator)[source]
Bases:
Light_EcoDevicesRT2
,Entity
Representation of an Relay switch.
ecodevices_rt2.lights.light_virtualoutput module
- class ecodevices_rt2.lights.light_virtualoutput.Light_VirtualOutput(device_config: dict, ecort2: EcoDevicesRT2, coordinator: DataUpdateCoordinator)[source]
Bases:
Light_EcoDevicesRT2
,Entity
Representation of an VirtualOutput switch.
Module contents
Get information from GCE Ecodevices RT2.
- class ecodevices_rt2.lights.Light_API(device_config: dict, ecort2: EcoDevicesRT2, coordinator: DataUpdateCoordinator, get, get_value, get_entry, on_get, on_get_value, off_get, off_get_value)[source]
Bases:
Light_EcoDevicesRT2
,Entity
Representation of an EnOcean sensor.
- class ecodevices_rt2.lights.Light_EcoDevicesRT2(device_config: dict, ecort2: EcoDevicesRT2, coordinator: DataUpdateCoordinator, suffix_name: str = '')[source]
Bases:
EcoDevicesRT2Device
,LightEntity
- property available
Return true if switch is available.
- property is_on: bool
Return true if switch is on. Standby is on.
- class ecodevices_rt2.lights.Light_EnOcean(device_config: dict, ecort2: EcoDevicesRT2, coordinator: DataUpdateCoordinator)[source]
Bases:
Light_EcoDevicesRT2
,Entity
Representation of an EnOcean switch.
- class ecodevices_rt2.lights.Light_Relay(device_config: dict, ecort2: EcoDevicesRT2, coordinator: DataUpdateCoordinator)[source]
Bases:
Light_EcoDevicesRT2
,Entity
Representation of an Relay switch.
- class ecodevices_rt2.lights.Light_VirtualOutput(device_config: dict, ecort2: EcoDevicesRT2, coordinator: DataUpdateCoordinator)[source]
Bases:
Light_EcoDevicesRT2
,Entity
Representation of an VirtualOutput switch.