Skip to content

Releases: dreed47/redfin

Fixed broken API calls and broken config flow

17 Dec 17:55
Compare
Choose a tag to compare

Addressed broken config flow and broken API calls to Redfin. Being an undocumented and unsupported Redfin API occasionally the calls still time out. This could be because of rate limits or other things Redfin is doing on their side. Use this module at your own risk.

Enable long-term statistics

05 May 15:29
c1d64e1
Compare
Choose a tag to compare

Enable long-term statistics

What's Changed

  • Enable long-term statistics by @prestomation in #8
  • Swap async_get_registry with async_get by @Madj42 in #10
  • Fix config flow and long term statistics errors by @Madj42 in #11

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.4

14 Jun 19:28
Compare
Choose a tag to compare
  • minor code cleanup
  • merged pull request for - adding unit_of_measurement

v1.1.3

02 Jun 20:38
Compare
Choose a tag to compare

updated core dependency

v1.1.2

17 May 01:16
Compare
Choose a tag to compare

Only doc updates

v1.1.2-beta.1

17 May 01:01
Compare
Choose a tag to compare
v1.1.2-beta.1 Pre-release
Pre-release

doc updates only

v1.1.1

15 May 15:35
Compare
Choose a tag to compare
  • changed state to amount instead of the formatted amount
  • added ha core dependency of 2021.6.0 or greater (or dev branch)

v1.1.0

15 May 03:09
Compare
Choose a tag to compare
  • Add config flow to allow setup via Home Assistant UI
  • Added test cases

v1.0.2

29 Apr 22:58
Compare
Choose a tag to compare
  • code cleanup
  • change SCAN_INTERVAL to 12 hours (can always be overridden in config)

added url attributes

29 Apr 17:41
Compare
Choose a tag to compare
  • added 2 new url attributes
  • code cleanup
  • added tests