Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.geniushub.GeniusBroker
 

Namespaces

 homeassistant.components.geniushub
 

Functions

bool homeassistant.components.geniushub.async_setup_entry (HomeAssistant hass, GeniusHubConfigEntry entry)
 
def homeassistant.components.geniushub.setup_service_functions (HomeAssistant hass, broker)
 

Variables

 homeassistant.components.geniushub._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.geniushub.ATTR_DURATION = "duration"
 
string homeassistant.components.geniushub.ATTR_ZONE_MODE = "mode"
 
 homeassistant.components.geniushub.GeniusHubConfigEntry
 
string homeassistant.components.geniushub.MAC_ADDRESS_REGEXP = r"^([0-9A-F]{2}:){5}([0-9A-F]{2})$"
 
list homeassistant.components.geniushub.PLATFORMS
 
 homeassistant.components.geniushub.SCAN_INTERVAL = timedelta(seconds=60)
 
 homeassistant.components.geniushub.SET_ZONE_MODE_SCHEMA
 
 homeassistant.components.geniushub.SET_ZONE_OVERRIDE_SCHEMA
 
string homeassistant.components.geniushub.SVC_SET_ZONE_MODE = "set_zone_mode"
 
string homeassistant.components.geniushub.SVC_SET_ZONE_OVERRIDE = "set_zone_override"