Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - Home Assistant:
- icon: home-assistant.png
- container: homeassistant
- description: Home Automation
- widget:
- type: homeassistant
- url: <url>
- key: <api key>
- refreshInterval: 10
- custom:
- - template: "{{ states.person|selectattr('state','equalto','home')|list|length }}"
- label: at home
- - template: "{{ states.climate|selectattr('state','equalto','cool')|list|length }}"
- label: a/c on
- - template: "{{ states.fan|rejectattr('entity_id', 'in', []) | selectattr('state','equalto','on')|list|length }}"
- label: fans on
- - template: "{{ states.light |rejectattr('entity_id', 'in', []) | selectattr('state','equalto','on')|list|length }}"
- label: lights on
Advertisement
Add Comment
Please, Sign In to add comment