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

Namespaces

 aldb
 
 config
 
 device
 
 properties
 
 scenes
 

Functions

def async_load_api (hass)
 
def async_register_insteon_frontend (HomeAssistant hass)
 

Variables

string URL_BASE = "/insteon_static"
 

Detailed Description

Insteon API interface for the frontend.

Function Documentation

◆ async_load_api()

def homeassistant.components.insteon.api.async_load_api (   hass)
Set up the web socket API.

Definition at line 55 of file __init__.py.

◆ async_register_insteon_frontend()

def homeassistant.components.insteon.api.async_register_insteon_frontend ( HomeAssistant  hass)
Register the Insteon frontend configuration panel.

Definition at line 93 of file __init__.py.

Variable Documentation

◆ URL_BASE

string homeassistant.components.insteon.api.URL_BASE = "/insteon_static"

Definition at line 51 of file __init__.py.