From 4f83b3f333efbd4644cac132012005ae6fe7b6f1 Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Wed, 6 Jun 2018 16:10:46 +0200 Subject: [PATCH] Minor formatting tweaks. (#4) * Add missing space, Add missing space to fan component. * Update ir_transmitter.rst --- esphomeyaml/components/fan/index.rst | 2 +- esphomeyaml/components/switch/ir_transmitter.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esphomeyaml/components/fan/index.rst b/esphomeyaml/components/fan/index.rst index f78d41605..824036954 100644 --- a/esphomeyaml/components/fan/index.rst +++ b/esphomeyaml/components/fan/index.rst @@ -31,7 +31,7 @@ Configuration variables: - **speed_state_topic** (*Optional*, string): The topic to publish fan speed state changes to. - **speed_command_topic** (*Optional*, string): The topic to receive - speedcommands on. + speed commands on. - All other options from :ref:`MQTT Component `. .. _fan-toggle_action: diff --git a/esphomeyaml/components/switch/ir_transmitter.rst b/esphomeyaml/components/switch/ir_transmitter.rst index dc2f886bc..59e1b490d 100644 --- a/esphomeyaml/components/switch/ir_transmitter.rst +++ b/esphomeyaml/components/switch/ir_transmitter.rst @@ -93,7 +93,7 @@ Configuration variables: - **data**: The data bytes to send. - **nbits**: The number of bits to send, defaults to 12. -- **panasonic**: Send a Panasonic IR code. +- **panasonic**: Send an Panasonic IR code. - **address**: The address of the device. - **command**: The command to send.