From 682a1cf8d202135dda5bb7c81a178a2760b320cb Mon Sep 17 00:00:00 2001 From: Marius <marius@twostairs.com> Date: Fri, 19 Apr 2019 00:16:22 +0200 Subject: [PATCH] Fml --- hue2influx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hue2influx.py b/hue2influx.py index 3b63bb4..5066538 100644 --- a/hue2influx.py +++ b/hue2influx.py @@ -79,7 +79,7 @@ class Hue2Influx: if state_key == 'lastupdated': continue elif state_key == 'temperature': - state_value = state_value / 10 + state_value = state_value / 100 measurement['fields'][state_key] = state_value -- GitLab