Skip to content

konikvranik/hacs_cez_outages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hacs_badge

hacs_cez

Home assistant ČEZ outages integration

Template

### HDO {% if is_state('binary_sensor.nizky_proud','on') %}▼{% else %}▲{%endif%}

 {% for h in states.binary_sensor.nizky_proud.attributes.following%}{{h.start.strftime('%H:%M')}}▼ {{h.end.strftime('%H:%M')}}▲ {% endfor %}

---

{% if is_state('binary_sensor.planovane_vypadky_elektriny', 'on') %}
následující plánovaná odstávka elektřiny je od **{{states.binary_sensor.planovane_vypadky_elektriny.attributes.times[0].from}}** do
{{states.binary_sensor.planovane_vypadky_elektriny.attributes.times[0].to}}
{% else %}
**žádné** plánované odstávky elektřiny{%endif%}