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

Namespaces

 api
 
 binary_sensor
 
 climate
 
 config_flow
 
 const
 
 cover
 
 entity
 
 fan
 
 ipdb
 
 light
 
 lock
 
 schemas
 
 switch
 
 utils
 

Functions

def async_get_device_config (hass, config_entry)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
def close_insteon_connection (*args)
 
def create_insteon_device (hass, device, config_entry_id)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string OPTIONS = "options"
 

Detailed Description

Support for INSTEON Modems (PLM and Hub).

Function Documentation

◆ async_get_device_config()

def homeassistant.components.insteon.async_get_device_config (   hass,
  config_entry 
)
Initiate the connection and services.

Definition at line 39 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.insteon.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up an Insteon entry.

Definition at line 77 of file __init__.py.

◆ close_insteon_connection()

def homeassistant.components.insteon.close_insteon_connection ( args)
Close the Insteon connection.

Definition at line 72 of file __init__.py.

◆ create_insteon_device()

def homeassistant.components.insteon.create_insteon_device (   hass,
  device,
  config_entry_id 
)
Create an Insteon device.

Definition at line 159 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 35 of file __init__.py.

◆ OPTIONS

string homeassistant.components.insteon.OPTIONS = "options"

Definition at line 36 of file __init__.py.