Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Home-Assistant-Config
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
Home-Assistant-Config
Commits
fdc77f01
Verified
Commit
fdc77f01
authored
8 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Sync with upstream
22ef6f9
parent
e5623ac9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
automations/kitchen-light-timeout.yaml
+3
-3
3 additions, 3 deletions
automations/kitchen-light-timeout.yaml
configuration.yaml
+9
-0
9 additions, 0 deletions
configuration.yaml
scripts.yaml
+1
-1
1 addition, 1 deletion
scripts.yaml
secrets.yaml
+2
-0
2 additions, 0 deletions
secrets.yaml
with
15 additions
and
4 deletions
automations/kitchen-light-timeout.yaml
+
3
−
3
View file @
fdc77f01
alias
:
Turn off kitchen light after no motion
alias
:
Turn off kitchen light after no motion
trigger
:
trigger
:
-
platform
:
state
-
platform
:
state
entity_id
:
binary_sensor
.kitchen
entity_id
:
switch
.kitchen
to
:
'
on'
to
:
'
on'
condition
:
condition
:
condition
:
or
condition
:
and
conditions
:
conditions
:
-
condition
:
state
-
condition
:
state
entity_id
:
switch
.kitchen
entity_id
:
binary_sensor
.kitchen
state
:
'
on'
state
:
'
on'
action
:
action
:
service
:
homeassistant.turn_on
service
:
homeassistant.turn_on
...
...
This diff is collapsed.
Click to expand it.
configuration.yaml
+
9
−
0
View file @
fdc77f01
...
@@ -32,9 +32,18 @@ updater:
...
@@ -32,9 +32,18 @@ updater:
# Enables the frontend
# Enables the frontend
frontend
:
frontend
:
# Set recorder options
recorder
:
# purge_days: 365
db_url
:
!secret
mysql_recorder
# Enables support for tracking state changes over time.
# Enables support for tracking state changes over time.
history
:
history
:
# Save events to logentries service
logentries
:
token
:
!secret
logentries_token
# Discover some devices automatically
# Discover some devices automatically
discovery
:
discovery
:
...
...
This diff is collapsed.
Click to expand it.
scripts.yaml
+
1
−
1
View file @
fdc77f01
...
@@ -143,7 +143,7 @@ kitchen_light_timeout:
...
@@ -143,7 +143,7 @@ kitchen_light_timeout:
alias
:
"
Turn
off
kitchen
light
after
15
minutes
of
inactivity"
alias
:
"
Turn
off
kitchen
light
after
15
minutes
of
inactivity"
sequence
:
sequence
:
-
delay
:
-
delay
:
minutes
:
1
5
minutes
:
5
-
service
:
switch.turn_off
-
service
:
switch.turn_off
data
:
data
:
entity_id
:
switch.kitchen
entity_id
:
switch.kitchen
This diff is collapsed.
Click to expand it.
secrets.yaml
+
2
−
0
View file @
fdc77f01
...
@@ -11,3 +11,5 @@ gravatar_chris:
...
@@ -11,3 +11,5 @@ gravatar_chris:
gravatar_chris_2
:
gravatar_chris_2
:
wunderground_key
:
wunderground_key
:
wunderground_pws_id
:
wunderground_pws_id
:
logentries_token
:
mysql_recorder
:
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment