Namespaces | |
| binary_sensor | |
| button | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| fan | |
| sensor | |
| switch | |
Functions | |
| None | _async_import (HomeAssistant hass, ConfigType config) |
| bool | async_setup (HomeAssistant hass, ConfigType hass_config) |
| bool | async_setup_entry (HomeAssistant hass, SmartyConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, SmartyConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| list | PLATFORMS |
Support to control a Salda Smarty XP/XV ventilation unit.
|
private |
Set up the smarty environment.
Definition at line 49 of file __init__.py.
| bool homeassistant.components.smarty.async_setup | ( | HomeAssistant | hass, |
| ConfigType | hass_config | ||
| ) |
Create a smarty system.
Definition at line 42 of file __init__.py.
| bool homeassistant.components.smarty.async_setup_entry | ( | HomeAssistant | hass, |
| SmartyConfigEntry | entry | ||
| ) |
Set up the Smarty environment from a config entry.
Definition at line 90 of file __init__.py.
| bool homeassistant.components.smarty.async_unload_entry | ( | HomeAssistant | hass, |
| SmartyConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 104 of file __init__.py.
|
private |
Definition at line 19 of file __init__.py.
| homeassistant.components.smarty.CONFIG_SCHEMA |
Definition at line 21 of file __init__.py.
| list homeassistant.components.smarty.PLATFORMS |
Definition at line 33 of file __init__.py.