Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielwelch/coc-homeassistant
A coc.nvim extension for Home Assistant
https://github.com/danielwelch/coc-homeassistant
autocompletion homeassistant intellisense language-server language-server-client lsp neovim vim
Last synced: 4 months ago
JSON representation
A coc.nvim extension for Home Assistant
- Host: GitHub
- URL: https://github.com/danielwelch/coc-homeassistant
- Owner: danielwelch
- Created: 2019-05-13T21:23:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T08:44:59.000Z (about 2 years ago)
- Last Synced: 2024-09-30T19:21:01.191Z (4 months ago)
- Topics: autocompletion, homeassistant, intellisense, language-server, language-server-client, lsp, neovim, vim
- Language: TypeScript
- Homepage:
- Size: 228 KB
- Stars: 26
- Watchers: 4
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation and Initialization
`:CocInstall coc-homeassistant`The extension will start automatically for buffers with filetype `home-assistant`.
## Configuration
Add the following settings to your coc-settings.json (`:CocConfig`):- `homeassistant.enable`: Enable the Home Assistant Extension. Defaults to `true`.
- `homeassistant.hostUrl`: The Host URL of your Home Assistant instance. Only protocol, host, and port (no path or querystring). Defaults to `http://hassio.local`
- `homeassistant.longLivedAccessToken`: The Long Lived Access-Token for Home Assistant. Obtain a token via your user profile page in Home Assitant.
- `homeassistant.ignoreCertificates`: Enable insecure transport. Check this if you want to connect over an insecure HTTPS transport with an invalid certificate. Defaults to `false`## Credit
This package is merely a port of the great work done on [vscode-home-assistant](https://github.com/keesschollaart81/vscode-home-assistant) by [keesschollaart81](https://github.com/keesschollaart81).