Trying to fix Jekyll build errors

This commit is contained in:
Michael Hansen
2020-01-02 23:22:02 -05:00
parent 1bb5462150
commit 3b90383145
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
defaults:
-
scope:
path: ""
values:
render_with_liquid: false
+2
View File
@@ -124,6 +124,7 @@ Use a data_template to get the Rhasspy Event Data with trigger.event.data.<your
+ scripts.yaml
The service_template casts the light_state into a string and checks to see if you said 'on' or 'off'. The homeassistant-service can toggle both lights and switches, which is super helpful if you have a combination of "light" types.
```
'rhasspy_light_state':
alias: change_light_state
@@ -146,6 +147,7 @@ The service_template casts the light_state into a string and checks to see if yo
data_template:
entity_id: "{{ light_name }}"
```
## Client/Server Setup
Contributed by [jaburges](https://community.home-assistant.io/u/jaburges)