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