Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.geniushub.entity Namespace Reference

Classes

class  GeniusDevice
 
class  GeniusEntity
 
class  GeniusHeatingZone
 
class  GeniusZone
 

Variables

dictionary GH_DEVICE_ATTRS
 
list GH_ZONE_ATTRS = ["mode", "temperature", "type", "occupied", "override"]
 

Detailed Description

Base entity for Geniushub.

Variable Documentation

◆ GH_DEVICE_ATTRS

dictionary homeassistant.components.geniushub.entity.GH_DEVICE_ATTRS
Initial value:
1 = {
2  "luminance": "luminance",
3  "measuredTemperature": "measured_temperature",
4  "occupancyTrigger": "occupancy_trigger",
5  "setback": "setback",
6  "setTemperature": "set_temperature",
7  "wakeupInterval": "wakeup_interval",
8 }

Definition at line 15 of file entity.py.

◆ GH_ZONE_ATTRS

list homeassistant.components.geniushub.entity.GH_ZONE_ATTRS = ["mode", "temperature", "type", "occupied", "override"]

Definition at line 14 of file entity.py.