We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f2791 commit 8f14620Copy full SHA for 8f14620
config.example.yml
@@ -64,20 +64,20 @@ command_icon_mapping:
64
65
# Defines which command is executed on a TOGGLE action
66
toggle_mapping:
67
+ "ON": "OFF"
68
+ "OFF": "ON"
69
+ "100": "0"
70
+ "0": "100"
71
PLAY: PAUSE
72
PAUSE: PLAY
- ON: OFF
- OFF: ON
73
UP: DOWN
74
DOWN: UP
75
OPEN: CLOSE
76
CLOSE: OPEN
- "100": "0"
- "0": "100"
77
78
# Defines which command is executed if the state is NULL when toggling or sliding
79
initial_command:
80
- Dimmer: 0
81
- Switch: ON
+ Dimmer: "0"
+ Switch: "ON"
82
Player: PLAY
83
Rollershutter: DOWN
0 commit comments