hass-core/homeassistant/components/modbus
jan iversen 23fae255ff
Make modbus WRITE_COIL use write_coils in case of an array (#48633)
* WRITE_COIL uses write_coils in case of an array.

WRITE_REGISTER uses write_register/write_registers depending
on whether value is singular or an array.

WRITE_COIL is modified to be similar and uses
write_coil/write_coils depending on whether value is singular or an
array.

* Update SERVICE_WRITE_COIL to allow list.
2021-04-03 13:15:01 +02:00
..
__init__.py Make modbus WRITE_COIL use write_coils in case of an array (#48633) 2021-04-03 13:15:01 +02:00
binary_sensor.py Allow discovery configuration of modbus platforms (#46591) 2021-03-27 22:48:06 +01:00
climate.py Don't write 0 to next modbus register (#48378) 2021-03-29 12:45:44 +02:00
const.py Allow discovery configuration of modbus platforms (#46591) 2021-03-27 22:48:06 +01:00
cover.py Allow discovery configuration of modbus platforms (#46591) 2021-03-27 22:48:06 +01:00
manifest.json Add Modbus cover (#33642) 2020-09-26 11:11:51 -05:00
modbus.py Make modbus WRITE_COIL use write_coils in case of an array (#48633) 2021-04-03 13:15:01 +02:00
sensor.py Allow discovery configuration of modbus platforms (#46591) 2021-03-27 22:48:06 +01:00
services.yaml Add prettier (in pre-commit and CI) (#33693) 2020-04-05 17:27:16 +02:00
switch.py Allow discovery configuration of modbus platforms (#46591) 2021-03-27 22:48:06 +01:00