Skip to content

Latest commit

 

History

History
58 lines (27 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

58 lines (27 loc) · 2.84 KB

Changelog

1.5.0 (2024-02-22)

Features

  • add lock functionality to ElectricMat device and Navien API (10fb265)

1.4.0 (2024-02-21)

Features

  • control idle state to set min temperature (d752249)

Bug Fixes

  • remove showCurrentTemperatureAsTarget option (991f201)
  • update mininum temperature value for idle state (1ba4576)

1.3.0 (2024-02-20)

Features

  • implement heater service and add accessoryType property to config (f84c1c8)

1.2.1 (2024-02-18)

Bug Fixes

  • add exception handling and error logging when refreshing aws session (0843462)
  • refresh api session when expired (f023dc0)

1.2.0 (2024-02-15)

Features

  • add showCurrentTemperatureAsTarget option to config (#5) (91c0682)

1.1.0 (2024-02-15)

Features

  • refresh AWS session if AWS PubSub connection is disrupted (d42bc7b)

1.0.1 (2024-02-14)

Bug Fixes

  • fix typo on modelName getter (6b235af)
  • Remove unnecessary code for current temperature (a14784a)