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
fa20abf6
Verified
Commit
fa20abf6
authored
8 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Sync with upstream
8559a89
parent
dd0fdc1d
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
alarm-control-panel.yaml
+7
-0
7 additions, 0 deletions
alarm-control-panel.yaml
configuration.yaml
+1
-8
1 addition, 8 deletions
configuration.yaml
groups.yaml
+0
-3
0 additions, 3 deletions
groups.yaml
switches.yaml
+2
-2
2 additions, 2 deletions
switches.yaml
with
10 additions
and
13 deletions
alarm-control-panel.yaml
0 → 100644
+
7
−
0
View file @
fa20abf6
-
platform
:
mqtt
state_topic
:
"
smartthings/alarm
system
status/alarmSystemStatus"
command_topic
:
"
smartthings/alarm
system
status/alarmSystemStatus"
name
:
"
SHM"
payload_disarm
:
"
off"
payload_arm_home
:
"
stay"
payload_arm_away
:
"
away"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
configuration.yaml
+
1
−
8
View file @
fa20abf6
...
...
@@ -64,14 +64,7 @@ binary_sensor: !include_dir_list binary-sensors
device_tracker
:
!include
device-tracker.yaml
alarm_control_panel
:
platform
:
mqtt
state_topic
:
"
smartthings/alarm
system
status/alarmSystemStatus"
command_topic
:
"
smartthings/alarm
system
status/alarmSystemStatus"
name
:
"
SHM"
payload_disarm
:
"
off"
payload_arm_home
:
"
stay"
payload_arm_away
:
"
away"
alarm_control_panel
:
!include
alarm-control-panel.yaml
# Display
group
:
!include
groups.yaml
...
...
This diff is collapsed.
Click to expand it.
groups.yaml
+
0
−
3
View file @
fa20abf6
...
...
@@ -61,7 +61,6 @@ master_bedroom:
-
scene.master_bedroom_dimmed
-
scene.master_bedroom_relax
-
scene.master_bedroom_read
-
scene.master_bedroom_concentrate
master_bathroom
:
name
:
Master Bathroom
entities
:
...
...
@@ -91,7 +90,6 @@ dining_area:
-
scene.da_dimmed
-
scene.da_relax
-
scene.da_read
-
scene.da_concentrate
office
:
name
:
Office
entities
:
...
...
@@ -102,7 +100,6 @@ office:
-
scene.office_dimmed
-
scene.office_relax
-
scene.office_read
-
scene.office_concentrate
-
scene.ericks_desk_lamp_nightlight
-
scene.ericks_desk_lamp_relax
balcony
:
...
...
This diff is collapsed.
Click to expand it.
switches.yaml
+
2
−
2
View file @
fa20abf6
...
...
@@ -17,12 +17,12 @@
august_interior
:
oncmd
:
'
curl
"http://localhost:3000/api/lock/interior"'
offcmd
:
'
curl
"http://localhost:3000/api/unlock/interior"'
statecmd
:
'
curl
--silent
"http://localhost:3000/api/status/interior"
|
grep
-oP
"(\bunlocked\b)"
|
wc
-l
'
statecmd
:
'
curl
--silent
"http://localhost:3000/api/status/interior"
|
jq
".status"
'
value_template
:
'
{{
value
==
"0"
}}'
-
platform
:
command_line
switches
:
august_keyed
:
oncmd
:
'
curl
"http://localhost:3000/api/lock/keyed"'
offcmd
:
'
curl
"http://localhost:3000/api/unlock/keyed"'
statecmd
:
'
curl
--silent
"http://localhost:3000/api/status/keyed"
|
grep
-oP
"(\bunlocked\b)"
|
wc
-l
'
statecmd
:
'
curl
--silent
"http://localhost:3000/api/status/keyed"
|
jq
".status"
'
value_template
:
'
{{
value
==
"0"
}}'
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