diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix index 3088fd368c28..ca1fd3f5c6d4 100644 --- a/pkgs/servers/home-assistant/component-packages.nix +++ b/pkgs/servers/home-assistant/component-packages.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" diff --git a/pkgs/servers/home-assistant/tests.nix b/pkgs/servers/home-assistant/tests.nix index 58bb1670e5a0..720f3bf2d3c4 100644 --- a/pkgs/servers/home-assistant/tests.nix +++ b/pkgs/servers/home-assistant/tests.nix @@ -14,6 +14,7 @@ let lovelace = [ PyChromecast ]; nest = [ av ]; onboarding = [ pymetno radios rpi-bad-power ]; + tomorrowio = [ pyclimacell ]; version = [ aioaseko ]; voicerss = [ mutagen ]; yandextts = [ mutagen ];