Namespaces | |
| climate | |
| config_flow | |
| const | |
| coordinator | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.CLIMATE, Platform.SENSOR] |
The mill component.
| bool homeassistant.components.mill.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up the Mill heater.
Definition at line 22 of file __init__.py.
| bool homeassistant.components.mill.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 62 of file __init__.py.
| list homeassistant.components.mill.PLATFORMS = [Platform.CLIMATE, Platform.SENSOR] |
Definition at line 19 of file __init__.py.