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

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]
 

Detailed Description

The iss component.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.iss.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Handle removal of an entry.

Definition at line 73 of file __init__.py.

◆ update()

IssData homeassistant.components.iss.update ( pyiss.ISS  iss)
Retrieve data from the pyiss API.

Definition at line 33 of file __init__.py.

◆ update_listener()

None homeassistant.components.iss.update_listener ( HomeAssistant  hass,
ConfigEntry  entry 
)
Handle options update.

Definition at line 80 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 20 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.iss.PLATFORMS = [Platform.SENSOR]

Definition at line 22 of file __init__.py.