try this
switch:
- platform: mqtt
name: "AIG"
command_topic: "room/AIG1/status"
state_topic: "room/AIG1/switch"
qos: 1
payload_: "ON"
payload_off: "OFF"
retain: true
try this
switch:
- platform: mqtt
name: "AIG"
command_topic: "room/AIG1/status"
state_topic: "room/AIG1/switch"
qos: 1
payload_: "ON"
payload_off: "OFF"
retain: true