Fix step size for climate cards on mobile dashboard popups
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user