mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 04:20:17 +00:00
* 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