feat(hass): add android tv remote card

This commit is contained in:
matt1432 2024-10-23 00:30:24 -04:00
parent 6fd7f5ed48
commit d481c4be32
7 changed files with 233 additions and 3 deletions

View file

@ -1,5 +1,4 @@
# Do not modify! This file is generated.
{
inputs = {
ags = {
@ -467,6 +466,12 @@
repo = "home-assistant-wakewords-collection";
type = "github";
};
yamaha-soundbar-src = {
flake = false;
owner = "osk2";
repo = "yamaha-soundbar";
type = "github";
};
};
outputs = inputs: inputs.flakegen ./outputs.nix inputs;
}
}