light.mqtt_template: Fix typo: "optionaly" (#1481)

This commit is contained in:
Matt N 2016-11-22 22:39:49 -08:00 committed by Fredrik Lindqvist
parent 1de24a1b8d
commit 0e8ad94d3a

View File

@ -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.