From 3e9b2c9a75a7b1dc9fea4e4095c871edacbae6ea Mon Sep 17 00:00:00 2001 From: stefanbode Date: Thu, 25 Nov 2021 21:23:46 +0100 Subject: [PATCH] Added Venetian blind support --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bdc15b4a..ade4199e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ## [10.0.0.3] ### Added +- Shutter support for venetian blinds with tilt control - Autoconfiguration for ESP32 and variants - ESP32 fix leftover GPIO configuration after restart - ESP32 Proof of Concept Sonoff SPM with limited functionality (switching and energy monitoring) (#13447)