home-assistant: update component-packages.nix

This commit is contained in:
Robert Schütz 2021-06-18 15:38:07 +02:00
parent f21ae7bf32
commit 65e6c70d7d

View File

@ -222,7 +222,7 @@
"emoncms_history" = ps: with ps; [ ]; "emoncms_history" = ps: with ps; [ ];
"emonitor" = ps: with ps; [ aioemonitor ]; "emonitor" = ps: with ps; [ aioemonitor ];
"emulated_hue" = ps: with ps; [ aiohttp-cors ]; "emulated_hue" = ps: with ps; [ aiohttp-cors ];
"emulated_kasa" = ps: with ps; [ ]; # missing inputs: sense_energy "emulated_kasa" = ps: with ps; [ sense-energy ];
"emulated_roku" = ps: with ps; [ ]; # missing inputs: emulated_roku "emulated_roku" = ps: with ps; [ ]; # missing inputs: emulated_roku
"enigma2" = ps: with ps; [ openwebifpy ]; "enigma2" = ps: with ps; [ openwebifpy ];
"enocean" = ps: with ps; [ ]; # missing inputs: enocean "enocean" = ps: with ps; [ ]; # missing inputs: enocean
@ -733,7 +733,7 @@
"search" = ps: with ps; [ aiohttp-cors ]; "search" = ps: with ps; [ aiohttp-cors ];
"season" = ps: with ps; [ ephem ]; "season" = ps: with ps; [ ephem ];
"sendgrid" = ps: with ps; [ sendgrid ]; "sendgrid" = ps: with ps; [ sendgrid ];
"sense" = ps: with ps; [ ]; # missing inputs: sense_energy "sense" = ps: with ps; [ sense-energy ];
"sensehat" = ps: with ps; [ ]; # missing inputs: sense-hat "sensehat" = ps: with ps; [ ]; # missing inputs: sense-hat
"sensibo" = ps: with ps; [ ]; # missing inputs: pysensibo "sensibo" = ps: with ps; [ ]; # missing inputs: pysensibo
"sensor" = ps: with ps; [ sqlalchemy ]; "sensor" = ps: with ps; [ sqlalchemy ];