From 34c8020e9e662a4e20a5221a821b595123119b7d Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 4 Apr 2026 17:10:33 -0400 Subject: [PATCH] Fix step size for climate cards on mobile dashboard popups --- mobile_dashboard.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mobile_dashboard.yaml b/mobile_dashboard.yaml index 5434ad8..465fb00 100644 --- a/mobile_dashboard.yaml +++ b/mobile_dashboard.yaml @@ -1493,6 +1493,7 @@ views: - condition: state entity: input_boolean.basement_studio_heat_allowed state: 'on' + step: 1 - type: horizontal-stack cards: - type: custom:bubble-card @@ -2694,6 +2695,7 @@ views: name: Thermostat entity: climate.master_bedroom_aircon state_color: false + step: 1 - type: horizontal-stack cards: - type: custom:bubble-card @@ -3165,6 +3167,7 @@ views: name: Thermostat entity: climate.emma_bedroom_aircon state_color: false + step: 1 - type: horizontal-stack cards: - type: custom:bubble-card @@ -3232,6 +3235,7 @@ views: state_color: false modules: - default + step: 1 - type: horizontal-stack cards: - type: custom:bubble-card