Resolves #327 Timer duration parsing error

This commit is contained in:
estevez-dev
2019-03-14 16:39:37 +02:00
parent be502b5668
commit 125f3ac16c
3 changed files with 26 additions and 17 deletions

View File

@ -100,7 +100,7 @@ part 'ui_widgets/config_panel_widget.dart';
EventBus eventBus = new EventBus();
const String appName = "HA Client";
const appVersion = "0.5.1";
const appVersion = "0.5.2";
String homeAssistantWebHost;