I have been assiduously following the tutorials on youtube and I think I am almost at the point of getting my sonoff basic switch connected. Unfortunately, when I go into the gui I can only see a group for the switch. I cannot see an individual light, status or anything else.
My config is below:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
#group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
switch:
- platform: mqtt
name: "sonoff1"
state_topic: "stat/sonoff1/POWER"
command_topic: "cmnd/sonoff1/POWER"
availability_topic: "tele/sonoff1/LWT"
qos: 1
payload_on: "ON"
payload_off: "OFF"
payload_available: "Online"
payload_not_available: "Offline"
retain: "false"
My GUI page looks like this. The only option relating to the switch is the group. There is nothing else.