Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

62 lines (39 loc) · 2.05 KB

Changelog

All notable changes to this project will be documented in this file.

[2.0.7] - 2024-04-11

Added

  • [config.featureBlackList] z2m features with name in the list will be ignored (e.g. device_temperature) (https://github.com/nitaybz).
  • [config.switchList] Device with friendly name in the list will be exposed like switch.
  • [config.lightList] Device with friendly name in the list will be exposed like light.
  • [config.outletList] Devices with friendly name in the list will be exposed like outlet.

Fixed

[2.0.6] - 2024-04-09

Added

  • [electrical] Added support for voltage current power energy (right now they show up only in Home Assistant)
  • [multiendpoint]: Added the support for electrical measurements and temperature (thanks https://github.com/khaidakin).

Changed

  • [discovery]: Refactored the zigbee2mqtt discovery: now multi endpoints devices (mostly DIY devices) are supported.

[2.0.5] - 2024-04-01

Added

  • [Coordinator and routers]: Coordinator and TexasInstruments pure routers are exposed like DoorLock. They change state when permitJoin is changed and turn on or off the permitJoin when they are opened or closed from the controller.
  • [thermostat]: Added the Thermostat cluster (thanks https://github.com/khaidakin).
  • [multiendpoint]: Added the support for OnOff cluster with child enpoints (thanks https://github.com/khaidakin).