feat(home-assistant): add onvif integration
This commit is contained in:
parent
1b33ec0bae
commit
db0ca6c89c
|
@ -27,7 +27,7 @@ in {
|
|||
# pytestCheckPhase uses too much RAM and pi can't handle it
|
||||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
})).override { extraComponents = [ "otp" "roku" ]; };
|
||||
})).override { extraComponents = [ "otp" "roku" "onvif" ]; };
|
||||
config = {
|
||||
homeassistant = {
|
||||
name = "Home";
|
||||
|
|
Loading…
Reference in a new issue