⚠️ This minor change contains a breaking change.
This minor change does not contain any breaking changes.
Note: Remember to restart the AppDaemon addon/server after updating to a new version.
✏️ Features
- Add Zigbee2MQTT Light Controller (
Z2MLightController
). Until now we had an option to listen from MQTT, but light commands will always go through HA Light integration. This new controller allows you to interact directly with Zigbe2MQTT commands to interact with your lights. This means that you can leverage thehold
actions that Zigbee2MQTT offers with barely no lag and much more smoother thanLight Controller
hold actions. However, it is not as flexible and does not offer as many options asLight Controller
does. Many of the existing devices now have support toZ2MLightController
, and you can use it in theclass
as you can now useLightController
as well. You can read more about it here. [ #118, #168 ] - Allow passing the delay time (in seconds) to
release_delay
attribute. [ #497 ]
🔨 Fixes
- ⚠️ Change Hue Dimmer mapping for Zigbee2MQTT to be compatible with
legacy: false
mapping. This option will need to be enabled from Zigbee2MQTT. [ #496 ] - ⚠️ Rename
W2049
controllers forE2002
(e.g.W2049LightController
is nowE2002LightController
). The old names can still be used, but they show a warning and will be removed in the future. [ #504 ]
🎮 New devices
- HueSmartButton - add Z2M support. [ #498 ]