From 04be7878b34c593960ed95bec7c79f13d329845e Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sun, 12 Oct 2025 11:33:40 +0000 Subject: [PATCH] Improve display accuracy of LED sensors Also do not disable them: we just ignore them in recorder, but keep values in influxdb --- heating.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heating.yaml b/heating.yaml index 737db22..953537e 100644 --- a/heating.yaml +++ b/heating.yaml @@ -93,7 +93,7 @@ sensor: # Make voltage value available in UI for debugging and history. name: "Furnace burning - LED brightness" entity_category: diagnostic - disabled_by_default: true + accuracy_decimals: 2 - platform: adc pin: GPIO33 @@ -103,7 +103,7 @@ sensor: # Make voltage value available in UI for debugging and history. name: "Floor active - LED brightness" entity_category: diagnostic - disabled_by_default: true + accuracy_decimals: 2 binary_sensor: - platform: analog_threshold