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

Functions

def async_handle_addr_update (hass, context, msg)
 
def async_handle_humi_update (hass, context, msg)
 
def async_handle_state_update (hass, context, msg)
 
def async_handle_temp_update (hass, context, msg)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 HANDLERS = decorator.Registry()
 

Detailed Description

Handle Konnected messages.

Function Documentation

◆ async_handle_addr_update()

def homeassistant.components.konnected.handlers.async_handle_addr_update (   hass,
  context,
  msg 
)
Handle an addressable sensor update.

Definition at line 47 of file handlers.py.

◆ async_handle_humi_update()

def homeassistant.components.konnected.handlers.async_handle_humi_update (   hass,
  context,
  msg 
)
Handle a humidity sensor state update.

Definition at line 38 of file handlers.py.

◆ async_handle_state_update()

def homeassistant.components.konnected.handlers.async_handle_state_update (   hass,
  context,
  msg 
)
Handle a binary sensor or switch state update.

Definition at line 17 of file handlers.py.

◆ async_handle_temp_update()

def homeassistant.components.konnected.handlers.async_handle_temp_update (   hass,
  context,
  msg 
)
Handle a temperature sensor state update.

Definition at line 29 of file handlers.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 12 of file handlers.py.

◆ HANDLERS

homeassistant.components.konnected.handlers.HANDLERS = decorator.Registry()

Definition at line 13 of file handlers.py.