Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
H
Home-Assistant-Config
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
open-source
Home-Assistant-Config
Commits
744f394c
Verified
Commit
744f394c
authored
Sep 01, 2016
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync with upstream
c304b8c
parent
020bce88
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
60 additions
and
4 deletions
+60
-4
automations/kitchen-light-timeout.yaml
automations/kitchen-light-timeout.yaml
+14
-0
customizations/device-tracker.yaml
customizations/device-tracker.yaml
+3
-1
customizations/lights.yaml
customizations/lights.yaml
+12
-0
customizations/scenes.yaml
customizations/scenes.yaml
+3
-0
customizations/switches.yaml
customizations/switches.yaml
+1
-1
groups.yaml
groups.yaml
+3
-1
scripts.yaml
scripts.yaml
+22
-0
secrets.yaml
secrets.yaml
+2
-1
No files found.
automations/kitchen-light-timeout.yaml
0 → 100644
View file @
744f394c
alias
:
Turn off kitchen light after no motion
trigger
:
-
platform
:
state
entity_id
:
binary_sensor.kitchen
to
:
'
on'
condition
:
condition
:
or
conditions
:
-
condition
:
state
entity_id
:
switch.kitchen
state
:
'
on'
action
:
service
:
homeassistant.turn_on
entity_id
:
script.kitchen_light_set_timeout
customizations/device-tracker.yaml
View file @
744f394c
device_tracker.cl_samsung_s5
:
friendly_name
:
Chris
friendly_name
:
Chris (S4)
device_tracker.cl_iphone_5
:
friendly_name
:
Chris (iPhone)
device_tracker.eh_nexus_6
:
friendly_name
:
Erick
device_tracker.green_keys
:
...
...
customizations/lights.yaml
0 → 100644
View file @
744f394c
light.ericks_desk_lamp
:
icon
:
mdi:lightbulb-outline
light.ceiling_fan_1
:
friendly_name
:
Ceiling Fan Front
light.ceiling_fan_2
:
friendly_name
:
Ceiling Fan Rear
light.master_bath_1
:
friendly_name
:
Vanity Left
light.master_bath_2
:
friendly_name
:
Vanity Center
light.master_bath_3
:
friendly_name
:
Vanity Right
customizations/scenes.yaml
View file @
744f394c
...
...
@@ -79,6 +79,9 @@ scene.ericks_desk_lamp_nightlight:
scene.ericks_desk_lamp_relax
:
friendly_name
:
'
Desk
Lamp
Bright'
icon
:
mdi:brightness-1
scene.balcony_nightlight
:
friendly_name
:
'
Nightlight'
icon
:
mdi:brightness-4
scene.balcony_dimmed
:
friendly_name
:
'
Dimmed'
icon
:
mdi:brightness-7
...
...
customizations/switches.yaml
View file @
744f394c
switch.kitchen
:
icon
:
mdi:lightbulb
icon
:
mdi:lightbulb
-outline
switch.lava_lamp
:
icon
:
mdi:led-on
switch.wireless_charger
:
...
...
groups.yaml
View file @
744f394c
...
...
@@ -107,6 +107,7 @@ balcony:
name
:
Balcony
entities
:
-
light.balcony
-
scene.balcony_nightlight
-
scene.balcony_dimmed
-
scene.balcony_relax
-
scene.balcony_read
...
...
@@ -167,8 +168,9 @@ power_consumption:
presence
:
name
:
Presence
entities
:
-
device_tracker.cl_samsung_s5
-
device_tracker.eh_nexus_6
-
device_tracker.cl_samsung_s5
-
device_tracker.cl_iphone_5
-
device_tracker.green_keys
sensor_pi
:
name
:
Raspberry Pi
...
...
scripts.yaml
View file @
744f394c
...
...
@@ -125,3 +125,25 @@ force_unlock_interior:
force_disconnect_interior
:
sequence
:
-
service
:
shell_command.force_disconnect_interior
# Kitchen light timeout
kitchen_light_set_timeout
:
alias
:
"
Set
timeout
for
kitchen
light"
sequence
:
# Cancel ev. old timers
-
service
:
script.turn_off
data
:
entity_id
:
script.kitchen_light_timeout
# Set new timer
-
service
:
script.turn_on
data
:
entity_id
:
script.kitchen_light_timeout
kitchen_light_timeout
:
alias
:
"
Turn
off
kitchen
light
after
15
minutes
of
inactivity"
sequence
:
-
delay
:
minutes
:
15
-
service
:
switch.turn_off
data
:
entity_id
:
switch.kitchen
secrets.yaml
View file @
744f394c
...
...
@@ -3,10 +3,11 @@ latitude:
longitude
:
jabber_sender
:
jabber_recipient
:
jabber_password
:
"
"
jabber_password
:
asus_user
:
asus_key
:
gravatar_erick
:
gravatar_chris
:
gravatar_chris_2
:
wunderground_key
:
wunderground_pws_id
:
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