Merge remote-tracking branch 'origin/current' into next
This commit is contained in:
commit
31c4114e32
54 changed files with 1143 additions and 291 deletions
|
@ -97,6 +97,14 @@ script:
|
|||
service: homeassistant.turn_off
|
||||
data:
|
||||
entity_id: switch.REL1
|
||||
- alias: loop_room1
|
||||
service: script.turn_on
|
||||
data:
|
||||
entity_id: script.flash_loop
|
||||
|
||||
flash_loop:
|
||||
alias: Flash loop
|
||||
sequence:
|
||||
- delay:
|
||||
# time for flash light off
|
||||
seconds: 1
|
||||
|
|
12
source/_cookbook/configuration_yaml_by_apocrathia.markdown
Normal file
12
source/_cookbook/configuration_yaml_by_apocrathia.markdown
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Configuration.yaml by Apocrathia"
|
||||
description: ""
|
||||
date: 2018-05-02 12:40
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
ha_category: Example configuration.yaml
|
||||
ha_external_link: https://github.com/Apocrathia/home-assistant-config/
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue