Classes | |
| class | ModbusHub |
Functions | |
| bool | async_modbus_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| ConfEntry = namedtuple("ConfEntry", "call_type attr func_name") | |
| list | PB_CALL |
| RunEntry = namedtuple("RunEntry", "attr func") | |
Support for Modbus.
| bool homeassistant.components.modbus.modbus.async_modbus_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
|
private |
| homeassistant.components.modbus.modbus.ConfEntry = namedtuple("ConfEntry", "call_type attr func_name") |