home-assistant: update component-packages.nix

This commit is contained in:
Robert Schütz 2021-06-19 13:33:01 +02:00
parent 07d5520ce2
commit 46c5313b78

View File

@ -336,7 +336,7 @@
"gtfs" = ps: with ps; [ pygtfs ];
"guardian" = ps: with ps; [ aioguardian ];
"habitica" = ps: with ps; [ habitipy ];
"hangouts" = ps: with ps; [ ]; # missing inputs: hangups
"hangouts" = ps: with ps; [ hangups ];
"harman_kardon_avr" = ps: with ps; [ ]; # missing inputs: hkavr
"harmony" = ps: with ps; [ aioharmony ];
"hassio" = ps: with ps; [ aiohttp-cors home-assistant-frontend pillow ];