Namespaces | |
| climate | |
| config_flow | |
| const | |
| diagnostics | |
| sensor | |
Classes | |
| class | WhirlpoolData |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.CLIMATE, Platform.SENSOR] |
The Whirlpool Appliances integration.
| bool homeassistant.components.whirlpool.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Whirlpool Sixth Sense from a config entry.
Definition at line 24 of file __init__.py.
| bool homeassistant.components.whirlpool.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 58 of file __init__.py.
|
private |
Definition at line 19 of file __init__.py.
| list homeassistant.components.whirlpool.PLATFORMS = [Platform.CLIMATE, Platform.SENSOR] |
Definition at line 21 of file __init__.py.