Releases: dotnetdummy/ngenic-hass-platform
Releases · dotnetdummy/ngenic-hass-platform
v2.1.2
v2.1.1
v2.1.0
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
andSignal Strength
- Added
Away mode
functionality that can be used to either active directly through switches or used in automation with actionsActivate away
,Deactivate away
, andSet away schedule
. Note that this creates/modifies a certainSetpointSchedule
calledHome 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.