Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 681 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 681 Bytes

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