config-template-card icon indicating copy to clipboard operation
config-template-card copied to clipboard

📝 Templatable Lovelace Configurations

Results 34 config-template-card issues
Sort by recently updated
recently updated
newest added

Earlier I could use one variable to define another variable: ``` type: 'custom:config-template-card' variables: - 'states[''input_select.graph_hours_to_show_sys'']' - 'states[''input_boolean.graph_realtime_sys'']' - '''binary_sensor.rpi_power_status''' - 'vars[1].state === "on" ? vars[2] : "sensor.test_zero"' #### LOOK...

**Checklist:** - [X] I updated to the latest version available - [X] I cleared the cache of my browser **Release with the issue:** since 0.107 **Last working release (if known):**...

bug

**Checklist:** - [ x ] I updated to the latest version available - [ x ] I cleared the cache of my browser **Release with the issue:** config-template-card 1.0.8 **Last...

bug

**Is your feature request related to a problem? Please describe.** Config Template Card **requires** that all entities used inside `card:` to be listed in the config under `entities:` key. This...

enhancement

Currently only entire property values can be a template. These changes make it possible to use multiple templates anywhere in a property value. Particularly useful in markdown cards. See the...

If you need to use the same variable in multiple cards, then instead of defining it in each card's `variables` you can do that once for the entire dashboard. ```yaml...

Hi I use like this today variables: setTempMessage: | temp => { is it possible to add one more var to the call. like sampel below? variables: setTempMessage: | temp,unit_c_f...

question

Lit was using an old prerelease version that was not picking up bug fixes.

**Checklist:** - [ x] I updated to the latest version available - [x ] I cleared the cache of my browser **Release with the issue:** 1.3.6 **Last working release (if...

bug

**Checklist:** - [X ] I updated to the latest version available - [ X] I cleared the cache of my browser **Release with the issue:** **Last working release (if known):**...

bug