Version code
This commit is contained in:
parent
d30c9d574b
commit
e25162f7b5
@ -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;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: hass_client
|
||||
description: Home Assistant Android Client
|
||||
|
||||
version: 0.3.3+49
|
||||
version: 0.3.3+50
|
||||
|
||||
environment:
|
||||
sdk: ">=2.0.0-dev.68.0 <3.0.0"
|
||||
|
Reference in New Issue
Block a user