Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.iron_os Namespace Reference

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
 

Detailed Description

The IronOS integration.

Function Documentation

◆ async_setup()

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.

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.iron_os.async_unload_entry ( HomeAssistant  hass,
IronOSConfigEntry  entry 
)
Unload a config entry.

Definition at line 71 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.iron_os._LOGGER = logging.getLogger(__name__)
private

Definition at line 32 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.iron_os.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 30 of file __init__.py.

◆ IronOSConfigEntry

homeassistant.components.iron_os.IronOSConfigEntry

Definition at line 27 of file __init__.py.