Skip to content

Releases: rsnodgrass/hass-poolmath

0.2.7

23 May 15:32
Compare
Choose a tag to compare
  • bump to 0.2.7 version due to manifest.json issue in 0.2.6

0.2.6

23 May 15:28
Compare
Choose a tag to compare
  • fixed the UnitOfMeasurement.FAHRENHEIT warning (see #24)
  • changed default interval from 15 minutes to 2 minutes

0.2.5

28 Jun 15:15
Compare
Choose a tag to compare
  • added water temp, pressure, flow rate, and SWG cell percentage

0.2.4

18 Jun 17:46
Compare
Choose a tag to compare
  • fix log_type failure when INFO logs were enabled

0.2.3

18 Jun 07:23
Compare
Choose a tag to compare
  • check for None (null) vs 0 for sensor values to update the value if numeric

0.2.2

18 Jun 00:22
Compare
Choose a tag to compare
  • 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

17 Jun 18:42
Compare
Choose a tag to compare

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

17 Jun 09:04
Compare
Choose a tag to compare
  • 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

19 Mar 06:34
Compare
Choose a tag to compare
  • 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

03 Jun 03:08
Compare
Choose a tag to compare
  • bump version