This commit is contained in:
estevez-dev
2019-03-02 20:13:24 +02:00
parent a4736bfb5a
commit 8c9804e16f
5 changed files with 61 additions and 20 deletions

View File

@ -67,6 +67,7 @@ class Entity {
String state;
String displayState;
DateTime _lastUpdated;
String thumbnailBase64;
List<Entity> childEntities = [];
List<String> attributesToShow = ["all"];