feat: expose shanghai DPMS via hass

This commit is contained in:
arcnmx 2022-10-19 15:15:16 -07:00
parent 4afec98d26
commit 5eea6b86fc

View file

@ -212,6 +212,12 @@ in {
"switch.shanghai_vm_goliath3080".expose = true; "switch.shanghai_vm_goliath3080".expose = true;
"switch.shanghai_vm_hourai1650".expose = true; "switch.shanghai_vm_hourai1650".expose = true;
"switch.shanghai_vm_hourai3080".expose = true; "switch.shanghai_vm_hourai3080".expose = true;
"cover.shanghai_dpms" = {
expose = true;
aliases = [
"DPMS"
];
};
}; };
}; };
homekit = { homekit = {