Skip to content

Releases: dotnetdummy/ngenic-hass-platform

v2.1.2

12 Jan 09:18
Compare
Choose a tag to compare

Bugfixes

  • Updated incorrect version in manifest.json

v2.1.1

12 Jan 09:13
15bfb65
Compare
Choose a tag to compare

Bugfixes

  • Fixed test date that was missed in v2.1.0

v2.1.0

11 Jan 23:14
644ed01
Compare
Choose a tag to compare

Changes since v2.0.0 in the original repository

  • Fixed deprecated features that was removed in Home Assistant 2025.1
  • Fixed deprecated features that are being removed in Home Assistant 2025.5
  • Merged branch from original repository with functionality for setting a room as Active control to be used as input to temperature regulation.
  • Added DeviceInfo that groups the entities in several devices
  • Added new sensors for Battery and Signal Strength
  • Added Away mode functionality that can be used to either active directly through switches or used in automation with actions Activate away, Deactivate away, and Set away schedule. Note that this creates/modifies a certain SetpointSchedule called Home Assistant away schedule and will not interfare with other schedules used in other integrations or through the Ngenic app. This is different from how i.e Tibber works, which will remove all other schedules when activating "away mode" in the Tibber app.
  • Added a "poor man's cache" to spare the Ngenic APIs from unnecessary GET requests during startup.