Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.konnected.panel Namespace Reference

Classes

class  AlarmPanel
 

Functions

def get_status (hass, host, port)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
dictionary KONN_API_VERSIONS
 
string KONN_MODEL = "Konnected"
 
string KONN_MODEL_PRO = "Konnected Pro"
 

Detailed Description

Support for Konnected devices.

Function Documentation

◆ get_status()

def homeassistant.components.konnected.panel.get_status (   hass,
  host,
  port 
)
Get the status of a Konnected Panel.

Definition at line 387 of file panel.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.konnected.panel._LOGGER = logging.getLogger(__name__)
private

Definition at line 50 of file panel.py.

◆ KONN_API_VERSIONS

dictionary homeassistant.components.konnected.panel.KONN_API_VERSIONS
Initial value:
1 = {
2  KONN_MODEL: CONF_PIN,
3  KONN_MODEL_PRO: CONF_ZONE,
4 }

Definition at line 56 of file panel.py.

◆ KONN_MODEL

string homeassistant.components.konnected.panel.KONN_MODEL = "Konnected"

Definition at line 52 of file panel.py.

◆ KONN_MODEL_PRO

string homeassistant.components.konnected.panel.KONN_MODEL_PRO = "Konnected Pro"

Definition at line 53 of file panel.py.