Functions | |
| None | _process_config (HomeAssistant hass, ConfigType hass_config) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | config_entry_update_listener (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
The template component.
|
private |
Process config.
Definition at line 119 of file __init__.py.
| bool homeassistant.components.template.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the template integration.
Definition at line 38 of file __init__.py.
| bool homeassistant.components.template.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up a config entry.
Definition at line 82 of file __init__.py.
| bool homeassistant.components.template.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 112 of file __init__.py.
| None homeassistant.components.template.config_entry_update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Update listener, called when the config entry options are changed.
Definition at line 107 of file __init__.py.
|
private |
Definition at line 34 of file __init__.py.