I’ve got Hass.IO up and running coming over from OpenHAB and am finding is easier to get running which is great. I have my Sonoff units added in the confi.yml file:
switch:
- platform: mqtt
name: "SF_01"
command_topic: "cmnd/SF_01/power"
state_topic: "stat/SF_01/POWER"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
When i went to do an automation from the web GUI, i was unable to select the device. Looked in the Configuration> Devices andit’s not listed.
Doing some reading found that i can turn on auto discovery using SetOption19 1 in Tasmota. This then meant HASS.IO discovered my device and was listed in devices YEA!
And my automation would then worked!
Problem is i have other devices like a NodeMCU that i added manually and want to aopear in my automation’s for selection. Anyone see what i am missing?
Thanks in advance