Skip to content

Commit

Permalink
v2023.9.0 (#87)
Browse files Browse the repository at this point in the history
* fixes listing members for some sensors like sgp4x

* remove weird indentation rules

* npm updates

* schema sync with 2023.9.3

* V202309 (#86)

* Update change log

* 2023.9.0
  • Loading branch information
glmnet authored Oct 10, 2023
1 parent 5320e5f commit 621e27a
Show file tree
Hide file tree
Showing 75 changed files with 6,051 additions and 5,050 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2023.9.0 - 2023-10-09

- ↔ Sync with ESPHome v2023.9.3 Schema
- Remove weird identation rules on pasting
- Fixes some components not listing members like sgp4x

## v2023.7.0 - 2023-07-23

- ↔ Sync with ESPHome v2023.7.0 Schema
Expand Down
648 changes: 122 additions & 526 deletions client/package-lock.json

Large diffs are not rendered by default.

4,228 changes: 1,102 additions & 3,126 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "esphome-vscode",
"displayName": "ESPHome",
"description": "Provide instant validation of ESPHome configuration files",
"version": "2023.7.0",
"version": "2023.9.0",
"engines": {
"vscode": "^1.63.0"
},
Expand Down
Loading

0 comments on commit 621e27a

Please sign in to comment.