`health` Remove unused variable

pull/3323/head
Anton 2024-04-02 19:38:20 +02:00
parent 21a17cc751
commit bd6caf7ab8
4 changed files with 2 additions and 8 deletions

View File

@ -31,3 +31,4 @@
Fix daily summaries for 31st of the month
0.28: Calculate distance from steps if myprofile is installed and stride length is set
0.29: Minor code improvements
0.30: Minor code improvements

View File

@ -176,7 +176,6 @@ function barChart(label, dt) {
chart_label = label;
chart_data = dt;
drawBarChart();
swipe_enabled = true;
}
function drawBarChart() {

View File

@ -2,7 +2,7 @@
"id": "health",
"name": "Health Tracking",
"shortName": "Health",
"version": "0.29",
"version": "0.30",
"description": "Logs health data and provides an app to view it",
"icon": "app.png",
"tags": "tool,system,health",

View File

@ -1086,12 +1086,6 @@ module.exports = {
"no-undef"
]
},
"health/app.js": {
"hash": "6d612eed04ee5a844be6ad47c326624cd3e204fecf1c28c99a57ca963b3d7a7b",
"rules": [
"no-undef"
]
},
"hassio/hassio.app.js": {
"hash": "b8fbb03cf4a7595299e65a46c4f850394bf57cd4cba879d5524eafbf40ccc32e",
"rules": [