Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
Functions | |
| 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 | |
| list | PLATFORMS = [Platform.BINARY_SENSOR] |
A sensor that monitors trends in other components.
| bool homeassistant.components.trend.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Trend from a config entry.
Definition at line 15 of file __init__.py.
| bool homeassistant.components.trend.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 35 of file __init__.py.
| None homeassistant.components.trend.config_entry_update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle an Trend options update.
Definition at line 30 of file __init__.py.
| list homeassistant.components.trend.PLATFORMS = [Platform.BINARY_SENSOR] |
Definition at line 12 of file __init__.py.