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
4f1734c8
Commit
4f1734c8
authored
5 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Sync with upstream
1bd621b1
parent
18a42825
Branches
Branches containing commit
No related tags found
1 merge request
!5
Sync with upstream
Pipeline
#1094
passed
5 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
automations/maybe-an-earthquake.yaml
+1
-1
1 addition, 1 deletion
automations/maybe-an-earthquake.yaml
automations/scenes-ericks-desk-lamp.yaml
+6
-6
6 additions, 6 deletions
automations/scenes-ericks-desk-lamp.yaml
customizations/scenes.yaml
+3
-3
3 additions, 3 deletions
customizations/scenes.yaml
with
10 additions
and
10 deletions
automations/maybe-an-earthquake.yaml
+
1
−
1
View file @
4f1734c8
...
@@ -27,7 +27,7 @@ action:
...
@@ -27,7 +27,7 @@ action:
-
scene.da_bright
-
scene.da_bright
-
scene.lr_bright
-
scene.lr_bright
-
scene.office_bright
-
scene.office_bright
-
scene.ericks_desk_lamp_relax
-
scene.erick
_
s_desk_lamp_relax
-
scene.master_bedroom_bright
-
scene.master_bedroom_bright
-
scene.master_bath_bright
-
scene.master_bath_bright
-
scene.balcony_bright
-
scene.balcony_bright
...
...
This diff is collapsed.
Click to expand it.
automations/scenes-ericks-desk-lamp.yaml
+
6
−
6
View file @
4f1734c8
...
@@ -28,17 +28,17 @@ action:
...
@@ -28,17 +28,17 @@ action:
data_template
:
data_template
:
entity_id
:
>
entity_id
:
>
{% if is_state( "input_select.scene_ericks_desk_lamp", "Nightlight" ) %}
{% if is_state( "input_select.scene_ericks_desk_lamp", "Nightlight" ) %}
scene.ericks_desk_lamp_nightlight
scene.erick
_
s_desk_lamp_nightlight
{%-elif is_state( "input_select.scene_ericks_desk_lamp", "Dimmed" ) %}
{%-elif is_state( "input_select.scene_ericks_desk_lamp", "Dimmed" ) %}
scene.ericks_desk_lamp_dimmed
scene.erick
_
s_desk_lamp_dimmed
{%-elif is_state( "input_select.scene_ericks_desk_lamp", "Relax" ) %}
{%-elif is_state( "input_select.scene_ericks_desk_lamp", "Relax" ) %}
scene.ericks_desk_lamp_relax
scene.erick
_
s_desk_lamp_relax
{%-elif is_state( "input_select.scene_ericks_desk_lamp", "Read" ) %}
{%-elif is_state( "input_select.scene_ericks_desk_lamp", "Read" ) %}
scene.ericks_desk_lamp_read
scene.erick
_
s_desk_lamp_read
{%-elif is_state( "input_select.scene_ericks_desk_lamp", "Bright" ) %}
{%-elif is_state( "input_select.scene_ericks_desk_lamp", "Bright" ) %}
scene.ericks_desk_lamp_concentrate
scene.erick
_
s_desk_lamp_concentrate
{%-elif is_state( "input_select.scene_ericks_desk_lamp", "Off" ) %}
{%-elif is_state( "input_select.scene_ericks_desk_lamp", "Off" ) %}
scene.ericks_desk_lamp_off
scene.erick
_
s_desk_lamp_off
{% endif %}
{% endif %}
-
service
:
input_select.select_option
-
service
:
input_select.select_option
data
:
data
:
...
...
This diff is collapsed.
Click to expand it.
customizations/scenes.yaml
+
3
−
3
View file @
4f1734c8
...
@@ -88,13 +88,13 @@ scene.office_concentrate:
...
@@ -88,13 +88,13 @@ scene.office_concentrate:
scene.office_off
:
scene.office_off
:
friendly_name
:
'
Off'
friendly_name
:
'
Off'
icon
:
mdi:flashlight-off
icon
:
mdi:flashlight-off
scene.ericks_desk_lamp_nightlight
:
scene.erick
_
s_desk_lamp_nightlight
:
friendly_name
:
'
Desk
Lamp
Dim'
friendly_name
:
'
Desk
Lamp
Dim'
icon
:
mdi:brightness-3
icon
:
mdi:brightness-3
scene.ericks_desk_lamp_relax
:
scene.erick
_
s_desk_lamp_relax
:
friendly_name
:
'
Desk
Lamp
Bright'
friendly_name
:
'
Desk
Lamp
Bright'
icon
:
mdi:brightness-1
icon
:
mdi:brightness-1
scene.ericks_desk_lamp_off
:
scene.erick
_
s_desk_lamp_off
:
friendly_name
:
'
Desk
Lamp
Off'
friendly_name
:
'
Desk
Lamp
Off'
icon
:
mdi:flashlight-off
icon
:
mdi:flashlight-off
scene.balcony_nightlight
:
scene.balcony_nightlight
:
...
...
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