home-assistant: support dynalite component

main
Robert Schütz 2 years ago
parent b148e12e44
commit a7666be59d
  1. 3
      pkgs/servers/home-assistant/component-packages.nix

@ -208,7 +208,7 @@
"dunehd" = ps: with ps; [ pdunehd ];
"dwd_weather_warnings" = ps: with ps; [ dwdwfsapi ];
"dweet" = ps: with ps; [ ]; # missing inputs: dweepy
"dynalite" = ps: with ps; [ ]; # missing inputs: dynalite_devices
"dynalite" = ps: with ps; [ dynalite-devices ];
"eafm" = ps: with ps; [ aioeafm ];
"ebox" = ps: with ps; [ ]; # missing inputs: pyebox
"ebusd" = ps: with ps; [ ]; # missing inputs: ebusdpy
@ -1149,6 +1149,7 @@
"dte_energy_bridge"
"duckdns"
"dunehd"
"dynalite"
"eafm"
"ecobee"
"econet"

Loading…
Cancel
Save