Skip to content
Snippets Groups Projects
Verified Commit 38a5b77f authored by Erick Hitter's avatar Erick Hitter
Browse files

Sync with upstream

e1d35a2
parent 248ac5ad
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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:
......
......@@ -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"'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment