3 "state_topic": "bedroom_fan/on/state",
4 "command_topic": "bedroom_fan/on/set",
5 "oscillation_state_topic": "bedroom_fan/oscillation/state",
6 "oscillation_command_topic": "bedroom_fan/oscillation/set",
7 "speed_state_topic": "bedroom_fan/speed/state",
8 "speed_command_topic": "bedroom_fan/speed/set",
11 "payload_off": "false",
12 "payload_oscillation_on": "true",
13 "payload_oscillation_off": "false",
14 "payload_low_speed": "low",
15 "payload_medium_speed": "medium",
16 "payload_high_speed": "high",