Changed all references to VMwareInfo.com to vCloudInfo.com and also HTTP to HTTPS.

This commit is contained in:
ccostan
2019-10-10 00:39:10 -04:00
parent 01dd590e4f
commit 1347efa414
13 changed files with 24 additions and 24 deletions

View File

@@ -124,13 +124,13 @@
{%- macro days_until() -%}
{% set month=states("sensor.date").split('-')[1] | int %}
{%- if month == 4 or month == 5 -%}
There are {{ states.sensor.mothersday_countdown.state }} days until Mothers day!
and don't forget, there are {{ states.sensor.mothersday_countdown.state }} days until Mothers day!
{%- elif month == 6 -%}
There are {{ states.sensor.fathersday_countdown.state }} days until Fathers day!
and don't forget, there are {{ states.sensor.fathersday_countdown.state }} days until Fathers day!
{%- elif month == 9 or month == 10 -%}
There are {{ states.sensor.halloween_countdown.state }} days until Halloween!
and don't forget, there are {{ states.sensor.halloween_countdown.state }} days until Halloween!
{%- elif month == 11 or month == 12 -%}
There are {{ states.sensor.xmas_countdown.state }} days until Christmas!
and don't forget, there are {{ states.sensor.xmas_countdown.state }} days until Christmas!
{% endif %}
{%- endmacro -%}