hass-core/homeassistant/components/modbus
jan iversen d5ef382fd5
Add modbus write coils (#48676)
* Add missing function in class.

write_coils was missing.

* Remove dead code.

The HA configuration secures that CONF_TYPE only contains legal values,
so having an empty assert to catch unknown values is dead code.

An empty assert is not informative.
2021-04-04 21:53:52 +02:00
..
__init__.py Remove modbus duplicate strings (#48654) 2021-04-04 14:02:47 +02:00
binary_sensor.py Remove modbus duplicate strings (#48654) 2021-04-04 14:02:47 +02:00
climate.py Remove modbus duplicate strings (#48654) 2021-04-04 14:02:47 +02:00
const.py Remove modbus duplicate strings (#48654) 2021-04-04 14:02:47 +02: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 Add modbus write coils (#48676) 2021-04-04 21:53:52 +02:00
sensor.py Remove modbus duplicate strings (#48654) 2021-04-04 14:02:47 +02:00
services.yaml
switch.py Allow discovery configuration of modbus platforms (#46591) 2021-03-27 22:48:06 +01:00