We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8b89e commit a0b7f74Copy full SHA for a0b7f74
README.md
@@ -219,9 +219,10 @@ entities_json:
219
"type": "switch",
220
"availability_topic": "intouch2/availability",
221
"command_topic": "intouch2-loopback/reset_buttons/availability",
222
+ "state_topic": "intouch2-loopback/reset_buttons/availability",
223
"payload_on": "online",
224
"payload_off": "offline",
- "value_template": "{{ value == 'online' }}"
225
+ "value_template": "{{ 'offline' if value != 'online' else 'online' }}"
226
}
227
- |-
228
{"name": "Change Water",
0 commit comments