Advertisement
marcolivatbk

low_toner list

Jun 29th, 2023
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. {% for low_toner in states.sensor if low_toner.entity_id is search('hp_open_space_toner_', ignorecase=False) and low_toner.state|float() <= states('input_number.hp_open_space_toner_warning')|float() %}
  2.  
  3. {{low_toner.entity_id}} : {{ low_toner.state }}
  4.  
  5. {%- if not loop.last %} {% endif -%}
  6. {% endfor %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement