home-assistant: update component-packages.nix

This commit is contained in:
Robert Schütz 2021-06-15 12:17:14 +02:00
parent 816b68f489
commit 7cd991ea1c

View file

@ -259,7 +259,7 @@
"filesize" = ps: with ps; [ ];
"filter" = ps: with ps; [ sqlalchemy ];
"fints" = ps: with ps; [ fints ];
"fireservicerota" = ps: with ps; [ ]; # missing inputs: pyfireservicerota
"fireservicerota" = ps: with ps; [ pyfireservicerota ];
"firmata" = ps: with ps; [ pymata-express ];
"fitbit" = ps: with ps; [ aiohttp-cors fitbit ];
"fixer" = ps: with ps; [ fixerio ];