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 941ade6dd..2f3a37263 100644 --- a/esphomeyaml/components/switch/ir_transmitter.rst +++ b/esphomeyaml/components/switch/ir_transmitter.rst @@ -91,7 +91,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.