mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
feat: expose shanghai DPMS via hass
This commit is contained in:
parent
4afec98d26
commit
5eea6b86fc
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