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" |
Support for INSTEON Modems (PLM and Hub).
| def homeassistant.components.insteon.async_get_device_config | ( | hass, | |
| config_entry | |||
| ) |
Initiate the connection and services.
Definition at line 39 of file __init__.py.
| bool homeassistant.components.insteon.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up an Insteon entry.
Definition at line 77 of file __init__.py.
| def homeassistant.components.insteon.close_insteon_connection | ( | * | args | ) |
Close the Insteon connection.
Definition at line 72 of file __init__.py.
| def homeassistant.components.insteon.create_insteon_device | ( | hass, | |
| device, | |||
| config_entry_id | |||
| ) |
Create an Insteon device.
Definition at line 159 of file __init__.py.
|
private |
Definition at line 35 of file __init__.py.
| string homeassistant.components.insteon.OPTIONS = "options" |
Definition at line 36 of file __init__.py.