[WIP] Entity collection

This commit is contained in:
estevez
2018-09-26 22:16:50 +03:00
parent 516d38a8a9
commit 0b42019ef3
3 changed files with 48 additions and 0 deletions

View File

@ -16,6 +16,8 @@ part 'data_provider.class.dart';
part 'log.page.dart';
part 'utils.class.dart';
part 'mdi.class.dart';
part 'entity.class.dart';
part 'entity_collection.class.dart';
EventBus eventBus = new EventBus();
const String appName = "HA Client";