Skip to content

Releases: dalinicus/homeassistant-acinfinity

Change Device Settings Support

24 Oct 03:47
a20b25d
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add options flow with configuration for polling interval (#33) @dalinicus
  • Add Auto Mode Trigger Settings. (#31) @dalinicus
  • Add support for cycle timer settings (#27) @dalinicus
  • adds support for timer to on and timer to off, configured in minutes (#24) @dalinicus
  • Add Schedule Controls (#21) @dalinicus
  • Initial Settings Controls - On speed, off speed, and mode. (#20) @dalinicus
  • Add VPD mode trigger settings. Move timers that were text to numbers using boxes instead of sliders.. (#25) @dalinicus

🐎 Performance

  • Add retry logic to service layer to retry calls to ac infinity api on error. (#28) @dalinicus

🚨 Testing

  • Switch to using an update coordinator instead of manual refreshs (#23) @dalinicus
  • Newest version of home assistant adds a new parameter to the hass constructor. (#12) @dalinicus

📚 Documentation

  • [Feature] Add options flow with configuration for polling interval (#33) @dalinicus

Device Support

05 Sep 00:27
1612818
Compare
Choose a tag to compare

💥 Breaking Changes

  • Normalized how unique ids were generated based off data fields. These may be different that existing ids, so sensors may need to be re-added to their dashboards or their sensor registration id changed to match old values. (#9) @dalinicus

🚀 Features

  • Adds support for grouping sensors underneath a controller device (#11) @dalinicus

🚨 Testing

  • Added unit tests, resulting in 100% code coverage (#9) @dalinicus

🔨 Refactoring

💄 Style

Initial POC Implementation

24 Aug 03:08
ca3ec02
Compare
Choose a tag to compare

Overview of changes

Been using this code personally for a few months now, and it satisfies the basic requirements. Releasing before I start adding features

Changes