Skip to content

Releases: chises/ha-oilfox

v.1.2.2-beta

09 Oct 14:45
Compare
Choose a tag to compare

v.1.2.1 - Binary_sensor "ValidationErrorStatus"

14 Aug 19:29
8f9b197
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v.1.2.1

v.1.2.0-beta

21 Jul 12:34
e808268
Compare
Choose a tag to compare
v.1.2.0-beta Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.1...v.1.2.0-beta

v.1.2.0 - add binary sensor validationErrorStatus

13 Jul 06:38
Compare
Choose a tag to compare

v.1.1.1 - Fix aiohttp version

12 Apr 18:41
b5b36ad
Compare
Choose a tag to compare

What's Changed

  • Changed requirement to allow running component on newer versions of HA by @derolli1976 in #60

New Contributors

Full Changelog: v1.1.0...v1.1.1

v.1.1.0 - add option flow for poll interval

11 Feb 12:50
Compare
Choose a tag to compare

add option flow for poll interval
adjust default timeout to aiohttp default: 300

Full Changelog: v1.0.1...v1.1.0

v.1.0.1 - Option Flow for http timeout

07 Feb 18:46
Compare
Choose a tag to compare

What's Changed

  • Options flow and timeout troubleshoot by @chises in #55

Full Changelog: v0.1.16...v1.0.1

Support for YAML configuration has been removed. Existing configurations are migrated to the config flow, no user action required.

This version includes all fixes from pre-releases and stable versions.
Option Flow for http timeout added:
image
Reload the integration after changing the value.

v.0.1.16

04 Feb 13:13
65babe4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.15...v0.1.16

v.1.0.1-alpha

31 Jan 20:15
Compare
Choose a tag to compare
v.1.0.1-alpha Pre-release
Pre-release

v.1.0.0-alpha

11 Jan 18:52
Compare
Choose a tag to compare
v.1.0.0-alpha Pre-release
Pre-release

This is a pre-release to address the API timeout issues. For example here: #42
The logic is still the same, no breaking change.

This is a pre-release. I tried to stay closer to the Homeassistant code recommendations so a lot of code changed here!
No entity or attribute name changed.

Only use this if you have problems with the last stable version v0.1.15

Changes in this pre-release:

  • try to stick to HA recommendations
  • raise correct error on setup failure (ConfigEntryNotReady)
  • start to implement options flow to be able to change timeout value and update interval (this is NOT working at the moment!)