Get color from rgb_color if there is no hsv_color attribute

This commit is contained in:
estevez-dev
2019-02-22 14:20:01 +02:00
parent eb7d17d147
commit 0615073ec4
3 changed files with 6 additions and 3 deletions

View File

@ -94,7 +94,7 @@ part 'ui_widgets/card_header_widget.dart';
EventBus eventBus = new EventBus();
const String appName = "HA Client";
const appVersion = "0.4.4";
const appVersion = "0.4.5";
String homeAssistantWebHost;