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

Namespaces

 api
 
 application_credentials
 
 config_flow
 
 const
 
 coordinator
 
 cover
 
 entity
 
 switch
 

Classes

class  IottyConfigEntryData
 

Functions

bool async_setup_entry (HomeAssistant hass, IottyConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 IottyConfigEntry
 

Detailed Description

The iotty integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.iotty.async_setup_entry ( HomeAssistant  hass,
IottyConfigEntry  entry 
)
Set up iotty from a config entry.

Definition at line 35 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.iotty.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 54 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 20 of file __init__.py.

◆ IottyConfigEntry

homeassistant.components.iotty.IottyConfigEntry

Definition at line 24 of file __init__.py.