From 47a95d76b39cdd05c3a19def6a097b54e36b8404 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> 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. """