Resolves #263 Fix error when supported_features is null

This commit is contained in:
Yegor Vialov
2019-02-17 13:52:24 +02:00
parent e359150d97
commit 31e50150b1
9 changed files with 53 additions and 54 deletions

View File

@ -93,8 +93,7 @@ part 'ui_widgets/card_header_widget.dart';
EventBus eventBus = new EventBus();
const String appName = "HA Client";
const appVersion = "0.4.0";
const appBuild = "91";
const appVersion = "0.4.1";
String homeAssistantWebHost;
@ -383,8 +382,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver {
)
],
applicationName: appName,
applicationVersion: appVersion,
applicationLegalese: "build $appBuild",
applicationVersion: appVersion
)
]);
}