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
|
# 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";
|
||||||
|
|
Loading…
Reference in a new issue