From 5eea6b86fc6027fcaf7ec09d24b9dbc1bf6cf505 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Wed, 19 Oct 2022 15:15:16 -0700 Subject: [PATCH] feat: expose shanghai DPMS via hass --- nixos/systems/tewi/home-assistant.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/systems/tewi/home-assistant.nix b/nixos/systems/tewi/home-assistant.nix index 266f969d..0c5c9e75 100644 --- a/nixos/systems/tewi/home-assistant.nix +++ b/nixos/systems/tewi/home-assistant.nix @@ -212,6 +212,12 @@ in { "switch.shanghai_vm_goliath3080".expose = true; "switch.shanghai_vm_hourai1650".expose = true; "switch.shanghai_vm_hourai3080".expose = true; + "cover.shanghai_dpms" = { + expose = true; + aliases = [ + "DPMS" + ]; + }; }; }; homekit = {