From 0e8ad94d3a1c9a9eeeed8d27e136ed09b95fcaf3 Mon Sep 17 00:00:00 2001 From: Matt N Date: Tue, 22 Nov 2016 22:39:49 -0800 Subject: [PATCH] light.mqtt_template: Fix typo: "optionaly" (#1481) --- source/_components/light.mqtt_template.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/light.mqtt_template.markdown b/source/_components/light.mqtt_template.markdown index ddc0752f4bd..73e26da80ce 100644 --- a/source/_components/light.mqtt_template.markdown +++ b/source/_components/light.mqtt_template.markdown @@ -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.