Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| number | |
| sensor | |
| update | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, IronOSConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, IronOSConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| IronOSConfigEntry | |
The IronOS integration.
| bool homeassistant.components.iron_os.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up IronOS firmware update coordinator.
Definition at line 35 of file __init__.py.
| bool homeassistant.components.iron_os.async_setup_entry | ( | HomeAssistant | hass, |
| IronOSConfigEntry | entry | ||
| ) |
Set up IronOS from a config entry.
Definition at line 46 of file __init__.py.
| bool homeassistant.components.iron_os.async_unload_entry | ( | HomeAssistant | hass, |
| IronOSConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 71 of file __init__.py.
|
private |
Definition at line 32 of file __init__.py.
| homeassistant.components.iron_os.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 30 of file __init__.py.
| homeassistant.components.iron_os.IronOSConfigEntry |
Definition at line 27 of file __init__.py.