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
38a5b77f
Verified
Commit
38a5b77f
authored
Aug 21, 2016
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync with upstream
e1d35a2
parent
248ac5ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
+22
-0
customizations/switches.yaml
customizations/switches.yaml
+6
-0
groups.yaml
groups.yaml
+6
-0
switches.yaml
switches.yaml
+10
-0
No files found.
customizations/switches.yaml
View file @
38a5b77f
...
...
@@ -2,3 +2,9 @@ switch.lava_lamp:
icon
:
mdi:led-on
switch.wireless_charger
:
icon
:
mdi:battery-charging
switch.august_front
:
friendly_name
:
Front Door
icon
:
mdi:key
switch.august_rear
:
friendly_name
:
Back Door
icon
:
mdi:key
groups.yaml
View file @
38a5b77f
...
...
@@ -3,6 +3,7 @@ default_view:
icon
:
mdi:home
view
:
yes
entities
:
-
group.locks
-
group.master_bedroom
-
group.master_bathroom
-
group.living_room
...
...
@@ -37,6 +38,11 @@ misc_view:
view
:
yes
entities
:
-
media_player.nexus_player
locks
:
name
:
Locks
entities
:
-
switch.august_front
-
switch.august_rear
master_bedroom
:
name
:
Master Bedroom
entities
:
...
...
switches.yaml
View file @
38a5b77f
...
...
@@ -12,3 +12,13 @@
payload_on
:
"
on"
payload_off
:
"
off"
retain
:
true
-
platform
:
command_line
switches
:
august_front
:
oncmd
:
'
curl
"http://localhost:3000/api/lock/front"'
offcmd
:
'
curl
"http://localhost:3000/api/unlock/front"'
-
platform
:
command_line
switches
:
august_rear
:
oncmd
:
'
curl
"http://localhost:3000/api/lock/rear"'
offcmd
:
'
curl
"http://localhost:3000/api/unlock/rear"'
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