From 00ca259f1ecd30d5863bada2a6c48b7e7bc9540b Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Tue, 1 Apr 2025 11:25:55 -0500 Subject: [PATCH] fix: increase step resolution for voltage configs prior to this change, we were unable to set the wet or dry voltages to two decimal places. --- Integrations/ESPHome/Core.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 54c4288..35ef0d9 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -120,7 +120,7 @@ number: initial_value: '1.55' optimistic: true update_interval: never - step: 0.1 + step: 0.01 mode: box restore_value: true entity_category: "CONFIG" @@ -134,7 +134,7 @@ number: entity_category: "CONFIG" optimistic: true update_interval: never - step: 0.1 + step: 0.01 mode: box min_value: 0.0 max_value: 5.0