-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi,
In my nodo Web UI I enabled and configured the mqtt client connection and it works fine.
Then I configured HomeAssistant as described in the manual:
mqtt:
- light:
name: "Wordclock"
availability_topic: "wordclock/availability"
state_topic: "wordclock/light/switch"
command_topic: "wordclock/light/switch/set"
rgb_state_topic: "wordclock/light/color"
rgb_command_topic: "wordclock/light/color/set"
qos: 0
optimistic: false - sensor:
name: "Light sensor"
availability_topic: "wordclock/availability"
state_topic: "wordclock/sensor/ldr"
In HomeAssistant I can see the 'wordclock/light' entity and I can set color and on/off.
But unfortunately the 'sensor' entity is not visible. Any ideas?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels