diff options
author | lassulus <git@lassul.us> | 2023-07-23 23:07:55 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-07-23 23:07:55 +0200 |
commit | b0311b40d63b7bc5769941a6552f151b3c50f23a (patch) | |
tree | 717fa8cbe08f3127e92541b33f4143f6a0a6d465 | |
parent | 2384a74a74e19adcd2307bd33db0cef6c0f0ec71 (diff) |
l styx.r: integrate snapcast
-rw-r--r-- | lass/2configs/hass/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lass/2configs/hass/default.nix b/lass/2configs/hass/default.nix index 8a5f88a54..1745bbfe5 100644 --- a/lass/2configs/hass/default.nix +++ b/lass/2configs/hass/default.nix @@ -106,6 +106,10 @@ in { system_health = {}; history = {}; shopping_list = {}; + media_player = { + platform = "snapcast"; + host = "127.0.0.1"; + }; }; }; |