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
My lovelace configuration method (GUI or yaml): yaml
What I am doing: Turning on the fan and turning off the fan
What I expected to happen: I expected that the toggle would turn off the fan. I expected that the icon would update with status change when turned on.
What happened instead: I have to activate the toggle twice to turn off the fan. The status is not reflected in the icon when the toggle is turned on.
Minimal steps to reproduce:
# The least ammount of code possible to reproduce my errortype: entitiesentities:
- type: custom:slider-entity-rowentity: fan.office_fantoggle: truetitle: Switchesstate_color: true# End of code
Error messages from the browser console:
By putting an X in the boxes ([X]) below, I indicate that I:
Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.
The text was updated successfully, but these errors were encountered:
It also seems to do this weird thing where I toggle it on and the toggle turns off for a second while the fan ramps up, then toggles itself back on. These behaviors happen on mobile as well as in the browser.
On:
speed_list: off, low, medium, high preset_modes:
speed: high percentage: 100percentage_step: 1.0101010101010102preset_mode: nullfriendly_name: Office Fan supported_features: 1--
Off:
speed_list: off, low, medium, high preset_modes:
speed: off percentage: 0percentage_step: 1.0101010101010102preset_mode: nullfriendly_name: Office Fan supported_features: 1--
My Home Assistant version: 2021.11.1
My lovelace configuration method (GUI or yaml): yaml
What I am doing: Turning on the fan and turning off the fan
What I expected to happen: I expected that the toggle would turn off the fan. I expected that the icon would update with status change when turned on.
What happened instead: I have to activate the toggle twice to turn off the fan. The status is not reflected in the icon when the toggle is turned on.
Minimal steps to reproduce:
Error messages from the browser console:
By putting an X in the boxes ([X]) below, I indicate that I:
The text was updated successfully, but these errors were encountered: