Guest User

Untitled

a guest
Oct 9th, 2024
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. - Home Assistant:
  2. icon: home-assistant.png
  3. container: homeassistant
  4. description: Home Automation
  5. widget:
  6. type: homeassistant
  7. url: <url>
  8. key: <api key>
  9. refreshInterval: 10
  10. custom:
  11. - template: "{{ states.person|selectattr('state','equalto','home')|list|length }}"
  12. label: at home
  13. - template: "{{ states.climate|selectattr('state','equalto','cool')|list|length }}"
  14. label: a/c on
  15. - template: "{{ states.fan|rejectattr('entity_id', 'in', []) | selectattr('state','equalto','on')|list|length }}"
  16. label: fans on
  17. - template: "{{ states.light |rejectattr('entity_id', 'in', []) | selectattr('state','equalto','on')|list|length }}"
  18. label: lights on
Advertisement
Add Comment
Please, Sign In to add comment