Tags: dalinicus/homeassistant-acinfinity
Tags
fix issue with select controls (#82) The response from AC Infinity API can contain None values for fields that expect an enum integer value, resulting in an invalid enum lookup. Fixes the getters so that they account for a default value if None is encountered.
Feature/dynamic response settings (#62) * reorganize readme * add device settings for dynamic reponses * tests * pre-commit * implement suitable_fn pattern * account for port settings being a child item in the /getdevModeSettingList payload * coverage and bug fixes * rename some things * seperate concept of control vs setting have settings properly updating advanced settings instead of device mode settings. * pre-commit * bug fixes and finishing touches * fix CI codestyle check * remove empty comment
Feature/expose calibration settings (#58) * Calibration Settings Support - adds calibration number entities - updates to clients to assemble update payloads from existing data structures - general refactoring for code readability and maintainability - cleaned up PyCharm warnings * update manifest version
add state_class to select sensors to enable log term statistics (#54) * add state_class to select sensors to enable log term statistics Sensors include Temp, Humidity, VPD, and Power Factor. Surplus specifically excluded as its a countdown to the next schedule phase and would hold little value as a log term statistic. * fix tests broken by new home assistant version * bump version
PreviousNext