hass-core/homeassistant/components/modbus
2024-02-09 08:39:08 +01:00
..
__init__.py Allow modbus negative min/max value. (#109995) 2024-02-08 15:34:43 +01:00
base_platform.py Correct modbus commit validation, too strict on integers (#109338) 2024-02-02 09:46:53 +01:00
binary_sensor.py Deprecate and remove lazy_error from modbus (#105037) 2023-12-05 13:08:33 +01:00
climate.py Avoid key_error in modbus climate with non-defined fan_mode. (#110017) 2024-02-09 08:39:08 +01:00
const.py Add Modbus fan speed support (#104577) 2023-12-07 08:19:03 +01:00
cover.py Deprecate and remove lazy_error from modbus (#105037) 2023-12-05 13:08:33 +01:00
fan.py Deprecate and remove lazy_error from modbus (#105037) 2023-12-05 13:08:33 +01:00
light.py Deprecate and remove lazy_error from modbus (#105037) 2023-12-05 13:08:33 +01:00
manifest.json Bump pymodbus to v3.6.4 (#109980) 2024-02-08 13:16:50 +01:00
modbus.py Use dict.get instead of inline if (#109693) 2024-02-05 13:56:10 +01:00
sensor.py Replace modbus number_validator by HA standard (#108939) 2024-01-27 16:39:33 +01:00
services.yaml Migrate integration services (L-M) to support translations (#96374) 2023-07-12 00:24:16 +02:00
strings.json Deprecate parameter "retries" in modbus (#105024) 2023-12-24 16:47:22 +01:00
switch.py Deprecate and remove lazy_error from modbus (#105037) 2023-12-05 13:08:33 +01:00
validators.py Centralize validation for modbus config (#108906) 2024-02-02 12:42:12 +01:00