Skip to content
#

lovelace

Here are 396 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 Jun 27, 2022
  • JavaScript
MichaelBrunn3r
MichaelBrunn3r commented May 14, 2022

The touch targets of data points are quite small and hard to hit on mobile devices, especially if there are many points:
grafik

The points get even smaller when the graph card is nested:
![grafik](https://user-images.githubusercontent.com/19626539/168418876-0d9b430f-e1fc-4a40-93de-e46a16f

enhancement good first issue [Status] Maybe Later
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