Version code
This commit is contained in:
@ -117,6 +117,8 @@ class _CombinedHistoryChartWidgetState extends State<CombinedHistoryChartWidget>
|
||||
domainFn: (CombinedEntityStateHistoryMoment historyMoment, _) => historyMoment.time,
|
||||
measureFn: (CombinedEntityStateHistoryMoment historyMoment, _) => historyMoment.value,
|
||||
data: dataItem,
|
||||
/*domainLowerBoundFn: (CombinedEntityStateHistoryMoment historyMoment, _) => historyMoment.time.subtract(Duration(hours: 1)),
|
||||
domainUpperBoundFn: (CombinedEntityStateHistoryMoment historyMoment, _) => historyMoment.time.add(Duration(hours: 1)),*/
|
||||
)
|
||||
]);
|
||||
});
|
||||
|
@ -71,7 +71,7 @@ part 'ui_widgets/media_control_card.dart';
|
||||
|
||||
EventBus eventBus = new EventBus();
|
||||
const String appName = "HA Client";
|
||||
const appVersion = "0.3.3.49";
|
||||
const appVersion = "0.3.3.50";
|
||||
|
||||
String homeAssistantWebHost;
|
||||
|
||||
|
Reference in New Issue
Block a user