Hi,
I am a ioBroker user from day one and my home is controlled by a really big ioBroker Instance. However I am fed up with the update policy and want to switch to home assistant step by step.
I started with my Gen 3 Shellys that can be controlled by ioBroker and HA at the same time and integrated them into HA.
They show up as lights, with a lightbulb Symbol to the left and a material design switch symbol to the right. So far so good.
I continued to send light entities via mqtt from iobroker to HA but those guys show up different:
They have a lightbulb to the left and to lightning symbols to the right.
The configuration.yaml looks like this:
mqtt:
light:
- unique_id: LichtWHZ1
name: "Licht_WHZ1"
state_topic: "ioBroker/WHZ1/Switch"
command_topic: "ioBroker/WHZ1/Switch"
payload_on: "true"
payload_off: "false"
optimistic: true
qos: 0
retain: false
What did I miss?
Kind regards
Nils