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
A minimum working example is below. This depends on an existing input selector named input_select.template_state_selector_demo (options don't matter, so long as there are two) and lights labeled light.bathroom, light.kitchen, light.bathroom_<x>, and light.kitchen_<x> where x ranges from 1-2 (inclusive).
The first example is a template containing the input selector next to an entity card. Changing the selector will change the card, but will not animate.
The second example is the same cards built outside of a template. Changing the selector again changes the value of the cards, but the card also animates.
This issue looks like it's the same as issue #104, however the example in that issue was deemed too cumbersome to analyze. Hopefully this one is easier.
The text was updated successfully, but these errors were encountered:
Transition will definitely fail - config-template-card REDRAWS a whole inner card whenever a monitored entity (here - input_select.template_state_selector_demo) changes.
Do not place whole state-switch into CTC, place particular cards only where templates are needed.
A minimum working example is below. This depends on an existing input selector named
input_select.template_state_selector_demo
(options don't matter, so long as there are two) and lights labeledlight.bathroom
,light.kitchen
,light.bathroom_<x>
, andlight.kitchen_<x>
wherex
ranges from 1-2 (inclusive).There are two examples in a vertical stack.
This issue looks like it's the same as issue #104, however the example in that issue was deemed too cumbersome to analyze. Hopefully this one is easier.
The text was updated successfully, but these errors were encountered: