feat(hass): use ha-fallback with custom sentences

This commit is contained in:
matt1432 2024-10-07 15:15:29 -04:00
parent 938a703e92
commit eb5f04096e
13 changed files with 1168 additions and 313 deletions

View file

@ -135,6 +135,18 @@
repo = "gtk";
type = "github";
};
ha-fallback-conversation-src = {
flake = false;
owner = "m50";
repo = "ha-fallback-conversation";
type = "github";
};
ha_intents-src = {
flake = false;
owner = "don86nl";
repo = "ha_intents";
type = "github";
};
headscale = {
inputs = {
flake-utils.follows = "flake-utils";