From 1566dfb1cd0a549f4474fb9ebb762cb9dd997deb Mon Sep 17 00:00:00 2001 From: Xavier Moreno Date: Thu, 9 Jun 2022 20:00:05 +0200 Subject: [PATCH] fix(device): rename W2049 for E2002 related to #504 --- RELEASE_NOTES.md | 1 + apps/controllerx/cx_devices/ikea.py | 27 ++++++++++++++++-- .../controllers/{W2049.jpeg => E2002.jpeg} | Bin docs/main.py | 4 +++ docs/notes.yaml | 6 ++++ 5 files changed, 35 insertions(+), 3 deletions(-) rename docs/docs/assets/controllers/{W2049.jpeg => E2002.jpeg} (100%) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ee89287a..10e8f4cd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -13,6 +13,7 @@ _Note: Remember to restart the AppDaemon addon/server after updating to a new ve ## :hammer: Fixes - :warning: Change [Hue Dimmer](https://BASE_URL/controllerx/controllers/HueDimmer) mapping for Zigbee2MQTT to be compatible with `legacy: false` mapping. This option will need to be [enabled from Zigbee2MQTT](https://www.zigbee2mqtt.io/devices/324131092621.html#options). [ #496 ] +- :warning: Rename `W2049` controllers for `E2002` (e.g. `W2049LightController` is now `E2002LightController`). The old names can still be used, but they show a warning and will be removed in the future.