mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 04:48:38 +00:00
home-assistant: add apple_tv dependency pyatv
This commit is contained in:
parent
1bf2801567
commit
0f12423566
@ -44,7 +44,7 @@
|
||||
"android_ip_webcam" = ps: with ps; [ ];
|
||||
"apcupsd" = ps: with ps; [ ];
|
||||
"api" = ps: with ps; [ aiohttp-cors ];
|
||||
"apple_tv" = ps: with ps; [ ];
|
||||
"apple_tv" = ps: with ps; [ pyatv ];
|
||||
"aqualogic" = ps: with ps; [ ];
|
||||
"arduino" = ps: with ps; [ ];
|
||||
"arlo" = ps: with ps; [ ];
|
||||
@ -658,7 +658,7 @@
|
||||
"media_extractor" = ps: with ps; [ aiohttp-cors youtube-dl-light ];
|
||||
"media_player" = ps: with ps; [ aiohttp-cors ];
|
||||
"media_player.anthemav" = ps: with ps; [ ];
|
||||
"media_player.apple_tv" = ps: with ps; [ ];
|
||||
"media_player.apple_tv" = ps: with ps; [ pyatv ];
|
||||
"media_player.aquostv" = ps: with ps; [ ];
|
||||
"media_player.blackbird" = ps: with ps; [ ];
|
||||
"media_player.bluesound" = ps: with ps; [ xmltodict ];
|
||||
@ -850,7 +850,7 @@
|
||||
"recorder.util" = ps: with ps; [ ];
|
||||
"remember_the_milk" = ps: with ps; [ httplib2 ];
|
||||
"remote" = ps: with ps; [ ];
|
||||
"remote.apple_tv" = ps: with ps; [ ];
|
||||
"remote.apple_tv" = ps: with ps; [ pyatv ];
|
||||
"remote.demo" = ps: with ps; [ ];
|
||||
"remote.harmony" = ps: with ps; [ ];
|
||||
"remote.itach" = ps: with ps; [ ];
|
||||
|
@ -5143,7 +5143,7 @@ in {
|
||||
|
||||
curve25519-donna = callPackage ../development/python-modules/curve25519-donna { };
|
||||
|
||||
pyatv = callPackage ../development/python-modules/curve25519-donna { };
|
||||
pyatv = callPackage ../development/python-modules/pyatv { };
|
||||
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user