@@ -126,7 +126,6 @@ Beta Fixes
126126
127127All changes
128128-----------
129-
130129- core: Attemp to fix the addressable flicker effect :corepr: `392 ` by :ghuser: `RomRider `
131130- esphome: typing is only required for python < 3.5 :esphomepr: `341 ` by :ghuser: `dotlambda `
132131- esphome: Fix install pillow in docker image :esphomepr: `338 `
@@ -244,19 +243,22 @@ All changes
244243- core: Add wait_until action :corepr: `508 `
245244- esphome: Add wait_until action :esphomepr: `440 `
246245- docs: Document addressable_lambda light effect :docspr: `163 `
247- - esphome: Fix custom components not registered :esphomepr: `441 `
246+ - esphome: Fix custom components not registered :esphomepr: `441 ` (cherry-picked)
248247- docs: Custom Binary Sensor: Add missing ";" and fix indentation in YAML :docspr: `164 ` by :ghuser: `mjoshd `
249- - core: Add empty nameable constructors :corepr: `509 `
250- - core: Fix Nextion "Received unknown filler end bytes" :corepr: `510 `
251- - core: Fix functional attachInterrupt placed in flash :corepr: `511 `
248+ - core: Add empty nameable constructors :corepr: `509 ` (cherry-picked)
249+ - core: Fix Nextion "Received unknown filler end bytes" :corepr: `510 ` (cherry-picked)
250+ - core: Fix functional attachInterrupt placed in flash :corepr: `511 ` (cherry-picked)
252251- docs: Add Sonoff T1 LED pin :docspr: `165 ` by :ghuser: `lwis `
253- - esphome: Remove duplicate scrollbar & move scrollbar :esphomepr: `443 ` by :ghuser: `TheZoker `
254- - esphome: Remove unnecessary wrapper :esphomepr: `444 ` by :ghuser: `TheZoker `
255- - core: Refactor addressable light and fix partition issue :corepr: `512 `
256- - esphome: Fix MQTT log topic level :esphomepr: `445 `
257- - core: Fix ESP8266 functional interrupts :corepr: `515 `
258- - esphome: Allow i2c on non-pullup pins :esphomepr: `447 `
259- - esphome: Allow use of arduino core v2.5.0 on ESP8266 :esphomepr: `446 `
252+ - esphome: Remove duplicate scrollbar & move scrollbar :esphomepr: `443 ` by :ghuser: `TheZoker ` (cherry-picked)
253+ - esphome: Remove unnecessary wrapper :esphomepr: `444 ` by :ghuser: `TheZoker ` (cherry-picked)
254+ - core: Refactor addressable light and fix partition issue :corepr: `512 ` (cherry-picked)
255+ - esphome: Fix MQTT log topic level :esphomepr: `445 ` (cherry-picked)
256+ - core: Fix ESP8266 functional interrupts :corepr: `515 ` (cherry-picked)
257+ - esphome: Allow i2c on non-pullup pins :esphomepr: `447 ` (cherry-picked)
258+ - esphome: Allow use of arduino core v2.5.0 on ESP8266 :esphomepr: `446 ` (cherry-picked)
259+ - core: Fix feed_wdt :corepr: `520 `
260+ - core: Speed up waveshare Epaper :corepr: `518 `
261+ - esphome: Improve dashboard setup wizard :esphomepr: `450 `
260262
261263Past Changelogs
262264---------------
0 commit comments