Skip to content

v2.1.0

Compare
Choose a tag to compare
@dotnetdummy dotnetdummy released this 11 Jan 23:14
· 3 commits to master since this release
644ed01

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.