mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Clarify default value for mqtt.switch state_on / state_off (#9070)
* Update switch.mqtt.markdown * Update switch.mqtt.markdown * Update switch.mqtt.markdown * Update switch.mqtt.markdown * Update switch.mqtt.markdown * Update switch.mqtt.markdown
This commit is contained in:
parent
10db76700b
commit
e15c9a8219
@ -54,12 +54,12 @@ state_on:
|
||||
description: The payload that represents the on state.
|
||||
required: false
|
||||
type: string
|
||||
default: "ON"
|
||||
default: "`payload_on` if defined, else ON"
|
||||
state_off:
|
||||
description: The payload that represents the off state.
|
||||
required: false
|
||||
type: string
|
||||
default: "OFF"
|
||||
default: "`payload_off` if defined, else OFF"
|
||||
availability_topic:
|
||||
description: The MQTT topic subscribed to receive availability (online/offline) updates.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user