mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-09-13 15:25:46 +00:00
This is the current config. Moved old to the v1-config branch
This commit is contained in:
0
sensors/devices.yaml
Executable file → Normal file
0
sensors/devices.yaml
Executable file → Normal file
0
sensors/google_travel_time.yaml
Executable file → Normal file
0
sensors/google_travel_time.yaml
Executable file → Normal file
0
sensors/owntracks.yaml
Executable file → Normal file
0
sensors/owntracks.yaml
Executable file → Normal 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
0
sensors/speedtest.yaml
Executable file → Normal file
0
sensors/weather.yaml
Executable file → Normal file
0
sensors/weather.yaml
Executable file → Normal file
0
sensors/wunderground.yaml
Executable file → Normal file
0
sensors/wunderground.yaml
Executable file → Normal file
Reference in New Issue
Block a user