diff --git a/atom.xml b/atom.xml index c47e459783..c506dbff3e 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The mqtt
light platform lets you control your MQTT enabled light. It supports setting brightness, color temperature, effects, flashing, on/off, RGB colors, transitions, XY colors and white values.
In an ideal scenario, the MQTT device will have a state topic to publish state changes. If these messages are published with RETAIN flag, the MQTT switch will receive an instant state update after subscription and will start with correct state. Otherwise, the initial state of the switch will be false/off.
+The mqtt
light platform lets you control your MQTT enabled lights. It supports setting brightness, color temperature, effects, flashing, on/off, RGB colors, transitions, XY colors and white values.
In an ideal scenario, the MQTT device will have a state topic to publish state changes. If these messages are published with RETAIN flag, the MQTT light will receive an instant state update after subscription and will start with correct state. Otherwise, the initial state of the switch will be false/off.
When a state topic is not available, the light will work in optimistic mode. In this mode, the light will immediately change state after every command. Otherwise, the light will wait for state confirmation from device (message from state_topic
).
Optimistic mode can be forced, even if state topic is available. Try to enable it, if experiencing incorrect light operation.
# Example configuration.yml entry
@@ -214,7 +214,10 @@
A basic example using a nodeMCU board (ESP8266) to control its built-in led (on/off) can be found here. Here is another example to control a RGB led (on/off, brightness and colors).
+