Resolves #76 Covers support
This commit is contained in:
@ -58,6 +58,9 @@ class EntityCollection {
|
||||
case "climate": {
|
||||
return ClimateEntity(rawEntityData);
|
||||
}
|
||||
case "cover": {
|
||||
return CoverEntity(rawEntityData);
|
||||
}
|
||||
default: {
|
||||
return Entity(rawEntityData);
|
||||
}
|
||||
|
Reference in New Issue
Block a user