Skip to content

0.1.178

Latest

Choose a tag to compare

@esphome esphome released this 22 Jun 21:41
Immutable release. Only release title and notes can be modified.
246b79f

πŸš€ New features

  • Offer idle autocomplete for key/value discovery (by @bdraco in #944)
  • Add Update All to the command palette (by @bdraco in #949)

πŸ› Bug fixes

  • Follow the caret to the right field, revealing advanced fields (by @bdraco in #959)
  • Follow the caret into a block typed on the current line (by @bdraco in #956)
  • Make validation-error message URLs clickable (by @bdraco in #958)
  • Offer actions, not component keys, at an empty "- " in a then: block (by @bdraco in #957)
  • Validate and regenerate the API encryption key in the structured editor (by @bdraco in #955)
  • Name the included file when a save error lives outside the open config (by @bdraco in #953)
  • Resolve platform/board value options in YAML completion (by @bdraco in #954)
  • Prefer the dotted platform impl over a same-named component (by @bdraco in #950)
  • Auto-offer completion at a fresh list-item dash (by @bdraco in #951)
  • Show value completion at an empty trailing-space value (by @bdraco in #943)
  • Filter already-set keys and complete nested mappings in the YAML editor (by @bdraco in #939)
  • Pin language-picker option labels so the collapsed value drops the % badge (by @bdraco in #940)
  • Show YAML editor hover docs for form-editable components (by @bdraco in #941)

πŸ”„ Refactor

  • Extract the dashboard facet accordion into a shared renderer (by @bdraco in #948)
  • Extract bulk-update orchestration into a shared helper (by @bdraco in #947)
  • Lift the device-table global filter into a pure module (by @esphbot in #942)
  • Lift required-first config-entry ordering into a pure module (by @esphbot in #938)

πŸ™‡ Contributors

@bdraco and @esphbot