feat(hass): add voice command to set timers

This commit is contained in:
matt1432 2024-09-16 22:54:18 -04:00
parent 623780d511
commit 57f8ce5803
11 changed files with 844 additions and 23 deletions

View file

@ -58,10 +58,10 @@
repo = "mpv-scripts";
type = "github";
};
extended-openai-conversation-src = {
extended-ollama-conversation-src = {
flake = false;
owner = "jekalmin";
repo = "extended_openai_conversation";
owner = "TheNimaj";
repo = "extended_ollama_conversation";
type = "github";
};
firefox-gx-src = {