mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Merge pull request #56 from arcnmx/hass-dpms
feat: expose shanghai DPMS via hass
This commit is contained in:
commit
8f0c8572ea
1 changed files with 6 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue