mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
home-assistant: run parse-requirements.py
This commit is contained in:
parent
dd917dc71a
commit
e94d857373
|
@ -209,7 +209,7 @@
|
||||||
"filesize" = ps: with ps; [ ];
|
"filesize" = ps: with ps; [ ];
|
||||||
"filter" = ps: with ps; [ ];
|
"filter" = ps: with ps; [ ];
|
||||||
"fints" = ps: with ps; [ fints ];
|
"fints" = ps: with ps; [ fints ];
|
||||||
"fitbit" = ps: with ps; [ aiohttp-cors ];
|
"fitbit" = ps: with ps; [ aiohttp-cors fitbit ];
|
||||||
"fixer" = ps: with ps; [ ];
|
"fixer" = ps: with ps; [ ];
|
||||||
"flexit" = ps: with ps; [ ];
|
"flexit" = ps: with ps; [ ];
|
||||||
"flic" = ps: with ps; [ ];
|
"flic" = ps: with ps; [ ];
|
||||||
|
@ -455,8 +455,8 @@
|
||||||
"nello" = ps: with ps; [ ];
|
"nello" = ps: with ps; [ ];
|
||||||
"ness_alarm" = ps: with ps; [ ];
|
"ness_alarm" = ps: with ps; [ ];
|
||||||
"nest" = ps: with ps; [ ];
|
"nest" = ps: with ps; [ ];
|
||||||
"netatmo" = ps: with ps; [ aiohttp-cors ];
|
"netatmo" = ps: with ps; [ aiohttp-cors pyatmo ];
|
||||||
"netatmo_public" = ps: with ps; [ aiohttp-cors ];
|
"netatmo_public" = ps: with ps; [ aiohttp-cors pyatmo ];
|
||||||
"netdata" = ps: with ps; [ ];
|
"netdata" = ps: with ps; [ ];
|
||||||
"netgear" = ps: with ps; [ ];
|
"netgear" = ps: with ps; [ ];
|
||||||
"netgear_lte" = ps: with ps; [ ];
|
"netgear_lte" = ps: with ps; [ ];
|
||||||
|
@ -637,7 +637,7 @@
|
||||||
"somfy_mylink" = ps: with ps; [ ];
|
"somfy_mylink" = ps: with ps; [ ];
|
||||||
"sonarr" = ps: with ps; [ ];
|
"sonarr" = ps: with ps; [ ];
|
||||||
"songpal" = ps: with ps; [ ];
|
"songpal" = ps: with ps; [ ];
|
||||||
"sonos" = ps: with ps; [ ];
|
"sonos" = ps: with ps; [ pysonos ];
|
||||||
"sony_projector" = ps: with ps; [ ];
|
"sony_projector" = ps: with ps; [ ];
|
||||||
"soundtouch" = ps: with ps; [ libsoundtouch ];
|
"soundtouch" = ps: with ps; [ libsoundtouch ];
|
||||||
"spaceapi" = ps: with ps; [ aiohttp-cors ];
|
"spaceapi" = ps: with ps; [ aiohttp-cors ];
|
||||||
|
|
Loading…
Reference in a new issue