From b1399aad811963b4b966b2e13843cccdabd43523 Mon Sep 17 00:00:00 2001 From: Johannes Braun Date: Sun, 20 Mar 2022 13:55:46 +0100 Subject: [PATCH] fix ident --- apps/nspanel-lovelace-ui/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nspanel-lovelace-ui/helper.py b/apps/nspanel-lovelace-ui/helper.py index 2609eed5..92cfe5b6 100644 --- a/apps/nspanel-lovelace-ui/helper.py +++ b/apps/nspanel-lovelace-ui/helper.py @@ -1,7 +1,7 @@ import colorsys import math - def scale(val, src, dst): +def scale(val, src, dst): """ Scale the given value from the scale of src to the scale of dst. """