home-assistant: update component-packages

main
Robert Schütz 2 years ago
parent e9055d047f
commit ab62ad49ec
  1. 8
      pkgs/servers/home-assistant/component-packages.nix
  2. 1
      pkgs/servers/home-assistant/tests.nix

@ -382,7 +382,8 @@
];
"climacell" = ps: with ps; [
pyclimacell
]; # missing inputs: pytomorrowio
pytomorrowio
];
"climate" = ps: with ps; [
];
"cloud" = ps: with ps; [
@ -2696,7 +2697,8 @@
"tomato" = ps: with ps; [
];
"tomorrowio" = ps: with ps; [
]; # missing inputs: pytomorrowio
pytomorrowio
];
"toon" = ps: with ps; [
pyturbojpeg
aiohttp-cors
@ -3191,6 +3193,7 @@
"canary"
"cast"
"cert_expiry"
"climacell"
"climate"
"cloud"
"cloudflare"
@ -3642,6 +3645,7 @@
"todoist"
"tolo"
"tomato"
"tomorrowio"
"toon"
"totalconnect"
"tplink"

@ -14,6 +14,7 @@ let
lovelace = [ PyChromecast ];
nest = [ av ];
onboarding = [ pymetno radios rpi-bad-power ];
tomorrowio = [ pyclimacell ];
version = [ aioaseko ];
voicerss = [ mutagen ];
yandextts = [ mutagen ];

Loading…
Cancel
Save