From 36cb12cd157b22bdc1fa28b700ca0fb751cca7a4 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 12 Dec 2014 11:40:20 +0100 Subject: [PATCH] Fix typo in doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01e1e1599f9427..aca434b022b349 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Registers services `light/turn_on` and `light/turn_off` to turn a or all lights Optional service data: - `entity_id` - only act on specific light. Else targets all. - - `transition_seconds` - seconds to take to swithc to new state. + - `transition_seconds` - seconds to take to switch to new state. - `profile` - which light profile to use. - `xy_color` - two comma seperated floats that represent the color in XY - `rgb_color` - three comma seperated integers that represent the color in RGB