1.6.8
What's changed
Changes since 1.6.7
🚀 New features
- #2207 - Stream esphome bundle output and diagnostics into the remote-build job log (@bdraco)
- frontend#1323 - Hold the section switch while an unknown top-level key is being typed (@bdraco)
- frontend#1319 - Offer an indent auto-fix when a stray top-level key belongs to the section above (@bdraco)
- frontend#1318 - Preselect the trigger when only one is offerable in the add-automation dialog (@bdraco)
- frontend#1139 - Add ESPHome Web as a standalone build target (@jesserockz)
🐛 Bug fixes
- #2209 - Flag which available component instances declare a YAML id (@bdraco)
- #2216 - Keep get_available devices in YAML document order (@bdraco)
- #2221 - Inherit pin tables from the same-chip generic board (@bdraco)
- #2223 - Add pins_from so the m5stack proxies name their pin donors (@bdraco)
- frontend#1324 - Treat a bare platform-domain section as empty, not external (@bdraco)
- frontend#1320 - Offer Auto instead of a false empty state for an id-less reference target (@bdraco)
- frontend#1317 - Never pre-fill synthesized instance ids into action reference params (@bdraco)
🔄 Refactor
- frontend#1327 - Simplify the device-section-config split seams (@bdraco)
- frontend#1326 - Split device-section-config render body into submodule files (@bdraco)