core/homeassistant/components/modbus
Brad Keifer 4663845ebc
Add modbus sensor string data_type (#35269)
* modbus sensor: string data_type

Adds support for a string data_type. This allows the reading of holding registers that contain ascii string data

* Add modbus sensor string data_type #35269

Fingers crossed that I am putting these file in the correct location this time

* Delete const.py

* Delete sensor.py

* Add files via upload

* modbus sensor - add string support. Upload from local dev environment

* fix executable stauts

* fix flake8 failure
2020-05-08 11:30:05 +02:00
..
__init__.py Add retry on empty modbus messages for serial protocol (#34678) 2020-05-06 14:08:43 +02:00
binary_sensor.py Rename BinarySensorDevice to BinarySensorEntity (#34462) 2020-04-23 21:57:07 +02:00
climate.py Rename ClimateDevice to ClimateEntity (#34591) 2020-04-25 18:04:03 +02:00
const.py Add modbus sensor string data_type (#35269) 2020-05-08 11:30:05 +02:00
manifest.json Rollback modbus to version 0.107.7 keep new functionality (#34287) 2020-04-17 09:55:57 +02:00
sensor.py Add modbus sensor string data_type (#35269) 2020-05-08 11:30:05 +02:00
services.yaml
switch.py Change Modbus switch to use verify_register when defined (#34679) 2020-05-06 14:07:09 +02:00