feat(home-assistant): add onvif integration

This commit is contained in:
Felix Schröter 2022-03-27 15:35:24 +02:00
parent 1b33ec0bae
commit db0ca6c89c
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -27,7 +27,7 @@ in {
# pytestCheckPhase uses too much RAM and pi can't handle it # pytestCheckPhase uses too much RAM and pi can't handle it
doCheck = false; doCheck = false;
doInstallCheck = false; doInstallCheck = false;
})).override { extraComponents = [ "otp" "roku" ]; }; })).override { extraComponents = [ "otp" "roku" "onvif" ]; };
config = { config = {
homeassistant = { homeassistant = {
name = "Home"; name = "Home";