commit
5d51cc3d98
|
|
@ -31,3 +31,4 @@
|
||||||
Fix daily summaries for 31st of the month
|
Fix daily summaries for 31st of the month
|
||||||
0.28: Calculate distance from steps if myprofile is installed and stride length is set
|
0.28: Calculate distance from steps if myprofile is installed and stride length is set
|
||||||
0.29: Minor code improvements
|
0.29: Minor code improvements
|
||||||
|
0.30: Minor code improvements
|
||||||
|
|
|
||||||
|
|
@ -176,7 +176,6 @@ function barChart(label, dt) {
|
||||||
chart_label = label;
|
chart_label = label;
|
||||||
chart_data = dt;
|
chart_data = dt;
|
||||||
drawBarChart();
|
drawBarChart();
|
||||||
swipe_enabled = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function drawBarChart() {
|
function drawBarChart() {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "health",
|
"id": "health",
|
||||||
"name": "Health Tracking",
|
"name": "Health Tracking",
|
||||||
"shortName": "Health",
|
"shortName": "Health",
|
||||||
"version": "0.29",
|
"version": "0.30",
|
||||||
"description": "Logs health data and provides an app to view it",
|
"description": "Logs health data and provides an app to view it",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,system,health",
|
"tags": "tool,system,health",
|
||||||
|
|
|
||||||
|
|
@ -1086,12 +1086,6 @@ module.exports = {
|
||||||
"no-undef"
|
"no-undef"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"health/app.js": {
|
|
||||||
"hash": "6d612eed04ee5a844be6ad47c326624cd3e204fecf1c28c99a57ca963b3d7a7b",
|
|
||||||
"rules": [
|
|
||||||
"no-undef"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"hassio/hassio.app.js": {
|
"hassio/hassio.app.js": {
|
||||||
"hash": "b8fbb03cf4a7595299e65a46c4f850394bf57cd4cba879d5524eafbf40ccc32e",
|
"hash": "b8fbb03cf4a7595299e65a46c4f850394bf57cd4cba879d5524eafbf40ccc32e",
|
||||||
"rules": [
|
"rules": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue