Home Assistant Unofficial Reference 2024.12.1
modbus.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.modbus.modbus.ModbusHub
 

Namespaces

 homeassistant.components.modbus.modbus
 

Functions

bool homeassistant.components.modbus.modbus.async_modbus_setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.modbus.modbus._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.modbus.modbus.ConfEntry = namedtuple("ConfEntry", "call_type attr func_name")
 
list homeassistant.components.modbus.modbus.PB_CALL
 
 homeassistant.components.modbus.modbus.RunEntry = namedtuple("RunEntry", "attr func")