Releases: rsnodgrass/hass-poolmath
Releases · rsnodgrass/hass-poolmath
0.2.7
0.2.6
- fixed the UnitOfMeasurement.FAHRENHEIT warning (see https://github.com/rsnodgrass/hass-poolmath/issues/24)
- changed default interval from 15 minutes to 2 minutes
0.2.5
- added water temp, pressure, flow rate, and SWG cell percentage
0.2.4
- fix log_type failure when INFO logs were enabled
0.2.3
- check for None (null) vs 0 for sensor values to update the value if numeric
0.2.2
- Fixed bugs for cases where hyphen was in URL
- Much clearer error messages for users when things go wrong
- Default timeout raised from 5 seconds to 15 to deal with users who have slow RPi or devices (like older Synology) where the HA startup time is really long
0.2.1
Added an ERROR message when either:
- the URL that is configured is invalid for PoolMath
- PoolMath returns 0 pools for that pool id/url
0.2.0
- rewritten to use the json endpoint for PoolMath
- added several attributes from the json feed
- inserts target/min/max values for measurements if provided by PoolMath
0.1.4
- change to extra_state_attributes per HA
- allow redirects
- updated README to use the https://api prefix URLS
- added warning in log if the PoolMath request doesn't return parsable data (to let user know to use API URLs).
0.1.3
- bump version