You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example is with the attribute max_temp. However, it doesn't matter which attribute i pick, activating the slider always change the value of the temperature attribute.
Activating the slider with any attribute should change the value of the actual attribute being used.
Javascript errors shown in the web inspector (if applicable):
Additional information:
The text was updated successfully, but these errors were encountered:
Checklist:
Release with the issue:
v1.13.0
Last working release (if known):
Browser and Operating System:
Crome/Edge + App on Android
Description of problem:
I'm using the card with a climate entity to change the value of the numeric attributes. This is card yaml:
entity: climate.office
slider:
direction: left-right
background: gradient
use_state_color: false
use_percentage_bg_opacity: false
show_track: true
toggle_on_click: false
force_square: false
show_attribute: false
show_name: true
show_state: true
compact: true
icon:
show: false
use_state_color: true
tap_action:
action: more-info
icon: ''
action_button:
mode: custom
icon: mdi:power
show: false
show_spinner: true
tap_action:
action: none
attribute: max_temp
show_attribute: true
The example is with the attribute max_temp. However, it doesn't matter which attribute i pick, activating the slider always change the value of the temperature attribute.
Activating the slider with any attribute should change the value of the actual attribute being used.
Javascript errors shown in the web inspector (if applicable):
Additional information:
The text was updated successfully, but these errors were encountered: