v1.10.0
·
1546 commits
to master
since this release
What’s Changed
This release adds support for all template entities!
This should make it a lot easier to work with those in your Home Assistant configuration. 👯♂️
Furthermore, this release fixes errors thrown by secrets 🔐 in random places. Secrets in Home Assistant are accepted anywhere, so does this extension 🎉
Finally, special thanks to @sverleysen and @bohmandan for stepping in and providing YAML schema fixes 💙
🚀 Features
- Add schema for template vacuum @frenck (#700)
- Add schema for template switch @frenck (#699)
- Add schema for template lock @frenck (#698)
- Add schema for template light @frenck (#697)
- Add schema for template fan @frenck (#696)
- Add schema for template cover @frenck (#695)
- Add schema for template alarm control panel @frenck (#694)
- Add schema for template binary sensor @frenck (#688)
- Add special row button for entities schema @bohmandan (#681)
- Add counter schema @frenck (#680)
- Add input_number schema @frenck (#679)
- Add confirmation property to actions schema @bohmandan (#683)
- Accept secrets everywhere @frenck (#678)
🐛 Bug Fixes
- Eslint path fix for windows @bohmandan (#682)
🧬 YAML Schema Updates
- Add schema for template vacuum @frenck (#700)
- Add schema for template switch @frenck (#699)
- Add schema for template lock @frenck (#698)
- Add schema for template light @frenck (#697)
- Add schema for template fan @frenck (#696)
- Add schema for template cover @frenck (#695)
- Add schema for template alarm control panel @frenck (#694)
- Restructure and update sensor platform schema @frenck (#692)
- Add schema for template binary sensor @frenck (#688)
- Added missing CastEntityConfig variables @sverleysen (#687)
- Allow any type in state trigger @frenck (#686)
- Add special row button for entities schema @bohmandan (#681)
- Add counter schema @frenck (#680)
- Add input_number schema @frenck (#679)
- Add confirmation property to actions schema @bohmandan (#683)
- Accept secrets everywhere @frenck (#678)
🧰 Maintenance
- Bump @types/node from 14.11.4 to 14.11.5 @dependabot (#701)
- Bump @types/node from 14.11.2 to 14.11.5 in language-service @dependabot (#691)
- Cleanup unused import from trigger schemas @frenck (#693)
- Restructure and update sensor platform schema @frenck (#692)
- Bump @types/node from 14.11.2 to 14.11.4 @dependabot (#689)
- Bump eslint-plugin-react from 7.21.2 to 7.21.3 @dependabot (#684)
- Bump eslint-plugin-react from 7.21.2 to 7.21.3 in /src/language-service @dependabot (#685)
- Bump @types/ws from 7.2.6 to 7.2.7 @dependabot (#674)
- Bump @types/ws from 7.2.6 to 7.2.7 in language-service @dependabot (#675)
- Bump vscode-json-languageservice from 3.8.4 to 3.9.0 @dependabot (#673)
- Bump vscode-json-languageservice from 3.8.4 to 3.9.0 in language-service @dependabot (#676)
- Bump home-assistant-js-websocket from 5.6.0 to 5.7.0 in language-service @dependabot (#677)