The Wayback Machine - https://web.archive.org/web/20220518182022/https://github.com/topics/hacs
Skip to content
#

hacs

Here are 708 public repositories matching this topic...

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
home-assistant-sun-card
felipecrs
felipecrs commented May 14, 2022

Is your feature request related to a problem? Please describe.

The Frigate integration provides lots of entities, so that we can automate everything we want. But, I noticed that some entities aren't exactly "user friendly" (not sure if it's the right way to call it or not), but instead only "automation friendly".

Some examples are:

  • Object specific camera entities (not the main camer
good first issue

Improve this page

Add a description, image, and links to the hacs 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 hacs topic, visit your repo's landing page and select "manage topics."

Learn more