Skip to content

n3oney/anyrun-ha-assist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anyrun-ha-assist

An anyrun plugin that lets you use Home Assistant's Assist.

how 2 build?

cargo build

This project depends on sqlite3 to hold a database of queries that are valid and aren't valid for nice fuzzy matching. It will store entries in $XDG_CACHE_HOME/anyrun-ha-assist.sqlite3 (defaults to $HOME/.cache/anyrun-ha-assist.sqlite3).

Configuration

This plugin requires a config in your anyrun config directory called ha_assist.ron. The file looks like this:

Config(
  ha_url: "<URL OF HOME ASSISTANT INSTANCE>",
  ha_token: "<LONG LIVED HA TOKEN>",
  // Optional, defaults to :ha
  prefix: ":ha",
)

About

An anyrun plugin that lets you use Home Assistant's Assist.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published