adds support for covers

remove HA event listeners on shutdown
This commit is contained in:
Mathias Scherer
2021-04-04 22:26:13 +02:00
parent 95fd422f78
commit 5458ee0654
8 changed files with 190 additions and 60 deletions

View File

@@ -7,6 +7,8 @@ class UIClassFactory {
return Light;
case "switch":
return Switch;
case "cover":
return Cover;
default:
return Unsupported;
}