Skip to content
#

lovelace

Here are 384 public repositories matching this topic...

Home-AssistantConfig

🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to it. Updated FREQUENTLY!

  • Updated Apr 23, 2022
  • JavaScript
vacuum-card
dbochicchio
dbochicchio commented Apr 27, 2022

Describe the solution you'd like
Combine both entity_id and attribute, so we could get (and transform) something from an entity where the primary attribute is not what we want, without creating a new sensor.

ie:

   - entity_id: sensor.deebot920_last_cleaning
     attribute: timestamp
     value_template: '{{ value | timestamp_custom("%Y/%m/%d %H:%M:%S") }}'
     subtitle: Last job
enhancement good first issue

Improve this page

Add a description, image, and links to the lovelace topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lovelace topic, visit your repo's landing page and select "manage topics."

Learn more