Added a register type field to allow for uint16 (unsigned 16-bit integer) (default) and int16 (signed 16-bit integer) types.
0.4.0
Add support for publishing multiple register values to MQTT in a single JSON message. Add example YAML for Sungrow SG5k-D inverter. (Thanks [jmkelly](https://github.com/jmkelly)!)
0.3.5
Fixed a crash caused by error in an on_disconnect callback (Thanks Виктор!)
0.3.4
Add more registers to the default Sungrow SH5k-20 register map, Log version number to console and MQTT on startup, Improved error logging, A fix for value maps with human-readable values like "on" and "off" being interpreted by YAML as boolean values.
0.3.3
Add some goof-proofing on the new `scan_batching` setting.
0.3.2
A top-level `scan_batching` setting has been added to the configuration YAML schema. This can be used to define how many contiguous registers are scanned in a modbus device in one read operation. The default is 100.