From d20d83b3f24f5884da73a9fc92fdc47e778b8d0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Dec 2025 23:48:30 +0000 Subject: docs: update configs.md skip-checks: true --- doc/configs.md | 31 +++++++++++++++++++++++++++++++ doc/configs.txt | 23 +++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/doc/configs.md b/doc/configs.md index 6467276c..b28dc786 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -145,6 +145,7 @@ Nvim by running `:help lspconfig-all`. - [hie](#hie) - [hlasm](#hlasm) - [hls](#hls) +- [home_assistant](#home_assistant) - [hoon_ls](#hoon_ls) - [html](#html) - [htmx](#htmx) @@ -5695,6 +5696,36 @@ Default config: --- +## home_assistant + +https://github.com/keesschollaart81/vscode-home-assistant + +`vscode-home-assistant` can be installed via from source or by downloading +and extracting the VSCode "Home Assistant Config Helper" extension + +`vscode-home-assistant` is a language server for Home Assistant ported from the VSCode "Home Assistant Config Helper" extension. + +Snippet to enable the language server: +```lua +vim.lsp.enable('home_assistant') +``` + +Default config: +- `cmd` : + ```lua + { "vscode-home-assistant", "--stdio" } + ``` +- `filetypes` : + ```lua + { "yaml" } + ``` +- `root_markers` : + ```lua + { "configuration.yaml", "configuration.yml" } + ``` + +--- + ## hoon_ls https://github.com/urbit/hoon-language-server diff --git a/doc/configs.txt b/doc/configs.txt index f6193aa8..4113c433 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -4095,6 +4095,29 @@ Default config: } < +------------------------------------------------------------------------------ +home_assistant + +https://github.com/keesschollaart81/vscode-home-assistant + +`vscode-home-assistant` can be installed via from source or by downloading +and extracting the VSCode "Home Assistant Config Helper" extension + +`vscode-home-assistant` is a language server for Home Assistant ported from the VSCode "Home Assistant Config Helper" extension. + +Snippet to enable the language server: >lua + vim.lsp.enable('home_assistant') + + +Default config: +- cmd: >lua + { "vscode-home-assistant", "--stdio" } +- filetypes: >lua + { "yaml" } +- root_markers: >lua + { "configuration.yaml", "configuration.yml" } +< + ------------------------------------------------------------------------------ hoon_ls -- cgit v1.2.3-70-g09d2