Namespaces | |
| config_flow | |
| const | |
| sensor | |
Classes | |
| class | IssData |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| IssData | update (pyiss.ISS iss) |
| None | update_listener (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.SENSOR] |
The iss component.
| bool homeassistant.components.iss.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up this integration using UI.
Definition at line 41 of file __init__.py.
| bool homeassistant.components.iss.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle removal of an entry.
Definition at line 73 of file __init__.py.
| IssData homeassistant.components.iss.update | ( | pyiss.ISS | iss | ) |
Retrieve data from the pyiss API.
Definition at line 33 of file __init__.py.
| None homeassistant.components.iss.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle options update.
Definition at line 80 of file __init__.py.
|
private |
Definition at line 20 of file __init__.py.
| list homeassistant.components.iss.PLATFORMS = [Platform.SENSOR] |
Definition at line 22 of file __init__.py.