如题
以前好好地,后面重装了homeassistant后,原来配置没动过,提示mqtt配置错误
light:
- platform: mqtt
name: tongdeng
state_topic: hassmart/switch/hassmart_2key_module_CD7D15_1/state
command_topic: hassmart/switch/hassmart_2key_module_CD7D15_1/set
qos: 1
retain: false
- platform: mqtt
name: zhudeng
state_topic: hassmart/switch/hassmart_2key_module_CD7D15_2/state
command_topic: hassmart/switch/hassmart_2key_module_CD7D15_2/set
qos: 1
retain: false
- platform: mqtt
name: zhuweideng
state_topic: hassmart/switch/hassmart_1key_module_CD29EA_1/state
command_topic: hassmart/switch/hassmart_1key_module_CD29EA_1/set
qos: 1
retain: false
|