Fix empty cards on default_view

This commit is contained in:
Yegor Vialov
2018-10-18 21:57:10 +03:00
parent 8284bb6e76
commit 75041f5c23
3 changed files with 8 additions and 3 deletions

View File

@ -30,7 +30,7 @@ part 'card_class.dart';
EventBus eventBus = new EventBus();
const String appName = "HA Client";
const appVersion = "0.3.1";
const appVersion = "0.3.2";
String homeAssistantWebHost;