light.mqtt_template: Fix typo: "optionaly" (#1481)
This commit is contained in:
parent
1de24a1b8d
commit
0e8ad94d3a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ ha_release: 0.33
|
|||
---
|
||||
|
||||
|
||||
The `mqtt_template` light platform lets you control a MQTT-enabled light that receive commands on a command topic and optionaly sends status update on a state topic.
|
||||
The `mqtt_template` light platform lets you control a MQTT-enabled light that receive commands on a command topic and optionally sends status update on a state topic.
|
||||
It is format-agnostic so you can use any data format you want (i.e. string, JSON), just configure it with templating.
|
||||
|
||||
This platform supports on/off, brightness, RGB colors, transitions, and short/long flashing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue