-
Notifications
You must be signed in to change notification settings - Fork 155
/
command_line.yaml
23 lines (19 loc) · 1.21 KB
/
command_line.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#################################################################
## Command Line
#################################################################
##########################################################
## Living Room East Fan Dimmer
##########################################################
#- switch:
# name: Living Room East Fan Dimmer
# unique_id: living_room_east_fan_dimmer
# command_on: 'curl -H "BOND-Token: REDACTED" -i http://bond.network.REDACTED/v2/devices/REDACTED/actions/StartDimmer -X PUT -d "{}"'
# command_off: 'curl -H "BOND-Token: REDACTED" -i http://bond.network.REDACTED/v2/devices/REDACTED/actions/Stop -X PUT -d "{}"'
##########################################################
## Living Room West Fan Dimmer
##########################################################
#- switch:
# name: Living Room West Fan Dimmer
# unique_id: living_room_west_fan_dimmer
# command_on: 'curl -H "BOND-Token: REDACTED" -i http://bond.network.REDACTED/v2/devices/REDACTED/actions/StartDimmer -X PUT -d "{}"'
# command_off: 'curl -H "BOND-Token: REDACTED" -i http://bond.network.REDACTED/v2/devices/REDACTED/actions/Stop -X PUT -d "{}"'