Skip to content

Commit b68d5b7

Browse files
michaelarnautsfabaff
authored andcommitted
mqtt switch controls a switch, not a light. (home-assistant#1435)
1 parent 5730af0 commit b68d5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/switch.mqtt.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ha_release: 0.7
1313
ha_iot_class: depends
1414
---
1515

16-
The `mqtt` switch platform let you control your MQTT enabled light.
16+
The `mqtt` switch platform let you control your MQTT enabled switch.
1717

1818
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.
1919

0 commit comments

Comments
 (0)