Advertisement
insippo

yaml hass

Sep 12th, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # Example configuration.yaml entry
  2. template:
  3. - sensor:
  4. - name: "Vacuum Filter Remaining Lifespan"
  5. unit_of_measurement: "%"
  6. state: "{{ state_attr('vacuum.my_vacuum_id', 'component_filter') }}"
Tags: yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement