Resolves #258 Timer support
This commit is contained in:
@ -92,6 +92,9 @@ class EntityCollection {
|
||||
case "alarm_control_panel": {
|
||||
return AlarmControlPanelEntity(rawEntityData);
|
||||
}
|
||||
case "timer": {
|
||||
return TimerEntity(rawEntityData);
|
||||
}
|
||||
default: {
|
||||
return Entity(rawEntityData);
|
||||
}
|
||||
|
Reference in New Issue
Block a user