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
0
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
38a5b77f
Verified
Commit
38a5b77f
authored
8 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Sync with upstream
e1d35a2
parent
248ac5ad
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
customizations/switches.yaml
+6
-0
6 additions, 0 deletions
customizations/switches.yaml
groups.yaml
+6
-0
6 additions, 0 deletions
groups.yaml
switches.yaml
+10
-0
10 additions, 0 deletions
switches.yaml
with
22 additions
and
0 deletions
customizations/switches.yaml
+
6
−
0
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
This diff is collapsed.
Click to expand it.
groups.yaml
+
6
−
0
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
:
...
...
This diff is collapsed.
Click to expand it.
switches.yaml
+
10
−
0
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"'
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