Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/queimadus/last-changed-element
Display when entity was last changed in home assistant picture element
https://github.com/queimadus/last-changed-element
hacktoberfest hacs hassio home-assistant lovelace
Last synced: 2 months ago
JSON representation
Display when entity was last changed in home assistant picture element
- Host: GitHub
- URL: https://github.com/queimadus/last-changed-element
- Owner: queimadus
- License: mit
- Created: 2021-10-23T09:09:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T18:16:25.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:50:46.367Z (6 months ago)
- Topics: hacktoberfest, hacs, hassio, home-assistant, lovelace
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Last-changed-element
Display when the entity was last changed in home assistant picture element.![Example](https://raw.githubusercontent.com/queimadus/last-changed-element/main/last-changed-element.png)
### Installation
Add this repo to `HACS` as a custom repository and install it. You're all set!### Usage
Use it as a custom element inside a `picture-elements`.
```
elements:
- type: state-icon
entity: binary_sensor.my_occupancy
style:
left: 50%
top: 45%
- type: 'custom:last-changed-element'
entity: binary_sensor.my_occupancy
style:
left: 50%
top: 50%
image: /local/images/floorplan.svg
type: picture-elements
```