Resolves #146 Lock support
This commit is contained in:
@ -44,6 +44,9 @@ class EntityCollection {
|
||||
case 'sensor': {
|
||||
return SensorEntity(rawEntityData);
|
||||
}
|
||||
case 'lock': {
|
||||
return LockEntity(rawEntityData);
|
||||
}
|
||||
case "automation":
|
||||
case "input_boolean":
|
||||
case "switch": {
|
||||
|
Reference in New Issue
Block a user