Skip to content

Display when entity was last changed in home assistant picture element

License

Notifications You must be signed in to change notification settings

queimadus/last-changed-element

Repository files navigation

Last-changed-element

Display when the entity was last changed in home assistant picture element.

Example

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

About

Display when entity was last changed in home assistant picture element

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published