home-assistant: add apple_tv dependency pyatv

This commit is contained in:
elseym 2019-01-01 21:07:03 +01:00
parent 1bf2801567
commit 0f12423566
No known key found for this signature in database
GPG Key ID: 8696D1F9E5C020D2
2 changed files with 4 additions and 4 deletions

View File

@ -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; [ ];

View File

@ -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 { };
});