Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

HomeAssistant.nvim

Simple plugin to provide some interaction with Home Assistant, currently supports:

  1. Rendering templates

Installation

Using packer.nvim, require plenary.nvim for its curl wrapper.

  use({
    "muniter/homeassistant.nvim",
    requires = {
      "nvim-lua/plenary.nvim",
    },
  })

Setup

Requires configuration before being able to use the defined command.

require("homeassistant").setup({ 
  url = "http://homeassistant.loc:8123",
  token = "my_long_lived_access_token"
})

Usage

To render a template, run the command HARender and a floating window with the rendered template will pop up. Make sure the setup function has been run before using the command.

About

Home Assistant plugin for neovim.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages