Releases: rsnodgrass/hass-poolmath
Releases · rsnodgrass/hass-poolmath
0.1.2
- fixed naming when configured for multiple bodies of water (pool, hot tub, pond, etc)
0.1.1
- additional refactoring of the pool math client
- code simplification and cleanup
0.1.0
- sensors assigned unique_id to allow configuration through HA UI
- httpx async improvements
- default HTTP timeout raised for slow HA installations
0.0.7
- improvements to support HA 0.117 breaking changes
- refactoring towards eventually pulling out poolmath client
0.0.6
- added target sensor attributes for pH, Combined Chlorine
- added attribution for sensors
0.0.5
- added support for 'bor' sensor (Borates)
- split out target values for sensors into separate yaml (for future features)
0.0.4
- add manifest requirements for libraries removed from HASS 0.115
0.0.3
- reads back through all Pool Math returned log entries to find any sensors not reported in the last log entry
- single master Pool Mather sensor updater for all sensor values (performance improvement and reduced service calls to Trouble Free Pool services)
- added attribute to all sensor values to show which log entry the value is from
- general cleanup
0.0.2
- increased default scan interval to 15 minutes
- fix issue where if user hasn't specified a pool name on Pool Math, the sensor will not start
0.0.1
Initial release