From 04a847fead735e2532b7ff313de564e7f89ea003 Mon Sep 17 00:00:00 2001 From: Xavi Date: Tue, 10 Sep 2024 18:55:54 +0200 Subject: [PATCH] feat(device): add Shelly Dimmer 2 device related to #1014 --- RELEASE_NOTES.md | 1 + apps/controllerx/cx_devices/shelly.py | 10 ++++++++++ docs/docs/assets/controllers/ShellyDimmer2.jpeg | Bin 0 -> 22541 bytes 3 files changed, 11 insertions(+) create mode 100644 docs/docs/assets/controllers/ShellyDimmer2.jpeg diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d574ad77..8a0d1ebf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -17,6 +17,7 @@ _This minor change does not contain any breaking changes._ - [E2213](https://BASE_URL/controllerx/controllers/E2213) - add device with Z2M support. [ #885 ] - [Z31BRL](https://BASE_URL/controllerx/controllers/Z31BRL) - add Z2M support. [ #958 ] - [E2123](https://BASE_URL/controllerx/controllers/E2123) - add Z2M and deCONZ support. [ #842 ] +- [ShellyDimmer2](https://BASE_URL/controllerx/controllers/ShellyDimmer2) - add Shelly support. [ #1014 ]