Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| sensor | |
| util | |
Classes | |
| class | SystemMonitorData |
Functions | |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, SystemMonitorConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | update_listener (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR] |
| SystemMonitorConfigEntry | |
The System Monitor integration.
| bool homeassistant.components.systemmonitor.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Migrate old entry.
Definition at line 73 of file __init__.py.
| bool homeassistant.components.systemmonitor.async_setup_entry | ( | HomeAssistant | hass, |
| SystemMonitorConfigEntry | entry | ||
| ) |
Set up System Monitor from a config entry.
Definition at line 32 of file __init__.py.
| bool homeassistant.components.systemmonitor.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload System Monitor config entry.
Definition at line 63 of file __init__.py.
| None homeassistant.components.systemmonitor.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle options update.
Definition at line 68 of file __init__.py.
|
private |
Definition at line 17 of file __init__.py.
| list homeassistant.components.systemmonitor.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR] |
Definition at line 19 of file __init__.py.
| homeassistant.components.systemmonitor.SystemMonitorConfigEntry |
Definition at line 21 of file __init__.py.