Merge pull request #118415 from dotlambda/home-assistant-freebox

This commit is contained in:
Martin Weinelt 2021-04-04 00:11:19 +02:00 committed by GitHub
commit e4598c9f6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -277,7 +277,7 @@
"foscam" = ps: with ps; [ ]; # missing inputs: libpyfoscam
"foursquare" = ps: with ps; [ aiohttp-cors ];
"free_mobile" = ps: with ps; [ ]; # missing inputs: freesms
"freebox" = ps: with ps; [ aiohttp-cors netdisco zeroconf ]; # missing inputs: freebox-api
"freebox" = ps: with ps; [ aiohttp-cors freebox-api netdisco zeroconf ];
"freedns" = ps: with ps; [ ];
"fritz" = ps: with ps; [ fritzconnection ];
"fritzbox" = ps: with ps; [ pyfritzhome ];

View file

@ -217,6 +217,7 @@ in with py.pkgs; buildPythonApplication rec {
"flux"
"folder"
"folder_watcher"
"freebox"
"fritzbox"
"fritzbox_callmonitor"
"frontend"
@ -393,5 +394,6 @@ in with py.pkgs; buildPythonApplication rec {
description = "Open source home automation that puts local control and privacy first";
license = licenses.asl20;
maintainers = with maintainers; [ dotlambda globin mic92 hexa ];
platforms = platforms.linux;
};
}