feat(hass): add Sonos integration

This commit is contained in:
Felix Schröter 2022-05-31 19:35:15 +02:00
parent 62bc964785
commit 8b4002d5ab
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -30,7 +30,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" "onvif" ]; }; })).override { extraComponents = [ "otp" "roku" "sonos" "onvif" ]; };
config = { config = {
homeassistant = { homeassistant = {
name = "Home"; name = "Home";