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; [ ];
|
"android_ip_webcam" = ps: with ps; [ ];
|
||||||
"apcupsd" = ps: with ps; [ ];
|
"apcupsd" = ps: with ps; [ ];
|
||||||
"api" = ps: with ps; [ aiohttp-cors ];
|
"api" = ps: with ps; [ aiohttp-cors ];
|
||||||
"apple_tv" = ps: with ps; [ ];
|
"apple_tv" = ps: with ps; [ pyatv ];
|
||||||
"aqualogic" = ps: with ps; [ ];
|
"aqualogic" = ps: with ps; [ ];
|
||||||
"arduino" = ps: with ps; [ ];
|
"arduino" = ps: with ps; [ ];
|
||||||
"arlo" = ps: with ps; [ ];
|
"arlo" = ps: with ps; [ ];
|
||||||
@ -658,7 +658,7 @@
|
|||||||
"media_extractor" = ps: with ps; [ aiohttp-cors youtube-dl-light ];
|
"media_extractor" = ps: with ps; [ aiohttp-cors youtube-dl-light ];
|
||||||
"media_player" = ps: with ps; [ aiohttp-cors ];
|
"media_player" = ps: with ps; [ aiohttp-cors ];
|
||||||
"media_player.anthemav" = ps: with ps; [ ];
|
"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.aquostv" = ps: with ps; [ ];
|
||||||
"media_player.blackbird" = ps: with ps; [ ];
|
"media_player.blackbird" = ps: with ps; [ ];
|
||||||
"media_player.bluesound" = ps: with ps; [ xmltodict ];
|
"media_player.bluesound" = ps: with ps; [ xmltodict ];
|
||||||
@ -850,7 +850,7 @@
|
|||||||
"recorder.util" = ps: with ps; [ ];
|
"recorder.util" = ps: with ps; [ ];
|
||||||
"remember_the_milk" = ps: with ps; [ httplib2 ];
|
"remember_the_milk" = ps: with ps; [ httplib2 ];
|
||||||
"remote" = ps: with ps; [ ];
|
"remote" = ps: with ps; [ ];
|
||||||
"remote.apple_tv" = ps: with ps; [ ];
|
"remote.apple_tv" = ps: with ps; [ pyatv ];
|
||||||
"remote.demo" = ps: with ps; [ ];
|
"remote.demo" = ps: with ps; [ ];
|
||||||
"remote.harmony" = ps: with ps; [ ];
|
"remote.harmony" = ps: with ps; [ ];
|
||||||
"remote.itach" = ps: with ps; [ ];
|
"remote.itach" = ps: with ps; [ ];
|
||||||
|
@ -5143,7 +5143,7 @@ in {
|
|||||||
|
|
||||||
curve25519-donna = callPackage ../development/python-modules/curve25519-donna { };
|
curve25519-donna = callPackage ../development/python-modules/curve25519-donna { };
|
||||||
|
|
||||||
pyatv = callPackage ../development/python-modules/curve25519-donna { };
|
pyatv = callPackage ../development/python-modules/pyatv { };
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user