Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
home-assistant
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rainer Sokoll
home-assistant
Commits
e23db02c
Verified
Commit
e23db02c
authored
Nov 11, 2018
by
Rainer Sokoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
https://community.home-assistant.io/t/automation-what-is-wrong-here/78267/11?u=rainer
parent
a110c7f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
30 deletions
+1
-30
automations.yaml
includes/automations.yaml
+1
-30
No files found.
includes/automations.yaml
View file @
e23db02c
...
...
@@ -95,41 +95,12 @@
brightness_pct
:
100
transition
:
4
#- alias: Licht an wenn Film spielt
# trigger:
# platform: state
# entity_id: light.wohnzimmer_stehlampe
# to: 'on'
## condition:
## - condition: state
## entity_id: media_player.kodi_wohnzimmer, media_player.schwarzes_kastchen
## state: 'playing'
# condition: or
# conditions:
# - condition: state
# entity_id: media_player.kodi_wohnzimmer
# state: 'playing'
# - condition: state
# entity_id: media_player.schwarzes_kastchen
# state: 'playing'
# action:
# service: light.turn_on
# data:
# entity_id: light.wohnzimmer_stehlampe
# color_temp: 453
# brightness_pct: 20
# transition: 3
-
alias
:
Licht an wenn Film spielt
trigger
:
platform
:
state
entity_id
:
light.wohnzimmer_stehlampe
to
:
'
on'
# condition:
# - condition: state
# entity_id: media_player.kodi_wohnzimmer, media_player.schwarzes_kastchen
# state: 'playing'
conditon
:
condition
:
condition
:
or
conditions
:
-
condition
:
state
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment