homeassistant-attributes
homeassistant-attributes copied to clipboard
Breaks out specified attribute from other entities to a sensor
Hi, thx for developing the sensor, it would be really nice to add the entity name to the sensor. for example : Sensor : Last triggered Friendly Name : %Entity%...
I have removed an platform: attributes from the code, and after reboot the entities still exist, how can I delete them permanently. (If this is already explained somewhere around the...
Hello! This is a request for the information. We all know that templating is simple, fast and fun way to achieve fantastic results, but your docs lack the list of...
Is there a syntax that would support what appear to be nested attributes? Thanks in advance. -Mike
I'm using it to make a sensor from the agent dvr cam atributes for when its in an alearted state: aka motion detection. this is true or false info so...
'attributes' calls `async_add_job`, which is deprecated and will be removed in Home Assistant 2025.4
Hi Noticed this in my Home Assistant logs Running all latest updates etc on RPI 5 as of 6th April 2024 2024-04-06 14:52:34.098 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration...
As per https://developers.home-assistant.io/docs/core/entity/sensor/#long-term-statistics the `state_class` seems to be a requirement for exposed attributes to be covered by long-term statistics. This allows them to be rendered in [Statistics graph card](https://www.home-assistant.io/dashboards/statistics-graph/) so...
Hello pilotak, Thanks a lot for your compont that extracts the attributes of an entity. I works perfect. Unfortunately the HA Team decides to change the systax of the command...
Please add possibility for unique_id so the sensor ID would be something like sensor.
Hi, I have for several month a sensor constructed such as: ``` - platform: attributes friendly_name: "Last Month" attribute: "Last month" device_class: energy unit_of_measurement: "kWh" round_to: 1 entities: - sensor.myenedis_xxx...