Namespaces | |
| binary_sensor | |
| button | |
| climate | |
| config_flow | |
| const | |
| entity | |
| select | |
| sensor | |
| switch | |
Classes | |
| class | OpenThermGatewayHub |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | options_updated (HomeAssistant hass, ConfigEntry entry) |
| None | register_services (HomeAssistant hass) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CLIMATE_SCHEMA | |
| CONFIG_SCHEMA | |
| list | PLATFORMS |
Support for OpenTherm Gateway devices.
| bool homeassistant.components.opentherm_gw.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the OpenTherm Gateway component.
Definition at line 166 of file __init__.py.
| bool homeassistant.components.opentherm_gw.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Set up the OpenTherm Gateway component.
Definition at line 111 of file __init__.py.
| bool homeassistant.components.opentherm_gw.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Cleanup and disconnect from gateway.
Definition at line 455 of file __init__.py.
| None homeassistant.components.opentherm_gw.options_updated | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle options update.
Definition at line 105 of file __init__.py.
| None homeassistant.components.opentherm_gw.register_services | ( | HomeAssistant | hass | ) |
Register services for the component.
Definition at line 192 of file __init__.py.
|
private |
Definition at line 70 of file __init__.py.
| homeassistant.components.opentherm_gw.CLIMATE_SCHEMA |
Definition at line 73 of file __init__.py.
| homeassistant.components.opentherm_gw.CONFIG_SCHEMA |
Definition at line 82 of file __init__.py.
| list homeassistant.components.opentherm_gw.PLATFORMS |
Definition at line 95 of file __init__.py.