This is the current config. Moved old to the v1-config branch

This commit is contained in:
Jeffrey Stone
2018-03-06 11:08:20 -05:00
parent 67ecd08d7a
commit 5d3079379d
47 changed files with 0 additions and 317 deletions

0
sensors/devices.yaml Executable file → Normal file
View File

0
sensors/google_travel_time.yaml Executable file → Normal file
View File

0
sensors/owntracks.yaml Executable file → Normal file
View File

View File

@@ -1,24 +0,0 @@
- platform: template
sensors:
garage_door:
unit_of_measurement: ''
value_template: >-
{%- if is_state("cover.garage_door", "open") %}
Open
{% elif is_state("cover.garage_door", "opening") %}
Opening
{% elif is_state("cover.garage_door", "closed") %}
Closed
{% elif is_state("cover.garage_door", "closing") %}
Closing
{% else %}
Unknown
{%- endif %}
icon_template: >-
{%- if is_state("cover.garage_door", "closed") %}
mdi:garage
{%- elif is_state("cover.garage_door", "open") %}
mdi:garage-open
{% else %}
mdi:sync-alert
{%- endif %}

0
sensors/speedtest.yaml Executable file → Normal file
View File

0
sensors/weather.yaml Executable file → Normal file
View File

0
sensors/wunderground.yaml Executable file → Normal file
View File