Upgrade ruby/jekyll/style

This commit is contained in:
Paulus Schoutsen 2016-08-22 01:01:04 -07:00
parent ad565e855d
commit 5f1b5997da
33 changed files with 329 additions and 950 deletions

View file

@ -79,7 +79,7 @@ Solar elevation automations can cope with offsets from sunset / sunrise as the s
trigger:
platform: numeric_state
entity_id: sun.sun
value_template: '{{ "{{ state.attributes.elevation ""}}}}'
value_template: '{% raw %}{{ state.attributes.elevation }}{% endraw %}'
below: 3.5
action:
service: scene.turn_on
@ -89,7 +89,7 @@ Solar elevation automations can cope with offsets from sunset / sunrise as the s
trigger:
platform: numeric_state
entity_id: sun.sun
value_template: '{{ "{{ state.attributes.elevation ""}}}}'
value_template: '{% raw %}{{ state.attributes.elevation }}{% end raw %}'
below: 1.5
action:
service: scene.turn_on
@ -99,7 +99,7 @@ Solar elevation automations can cope with offsets from sunset / sunrise as the s
trigger:
platform: numeric_state
entity_id: sun.sun
value_template: '{{ "{{ state.attributes.elevation ""}}}}'
value_template: '{% raw %}{{ state.attributes.elevation }}{% endraw %}'
below: -2.5
action:
service: switch.turn_off