From 264ea2982b736ec2bc8b6feeb2e84cceaeb2f736 Mon Sep 17 00:00:00 2001 From: travislreno Date: Thu, 9 Nov 2017 00:40:38 -0600 Subject: [PATCH] Update sensor.serial.markdown (#3937) --- source/_components/sensor.serial.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.serial.markdown b/source/_components/sensor.serial.markdown index d03daed3906..b56969bacad 100644 --- a/source/_components/sensor.serial.markdown +++ b/source/_components/sensor.serial.markdown @@ -27,11 +27,11 @@ To setup a serial sensor to your installation, add the following to your `config # Example configuration.yaml entry sensor: - platform: serial - port: /dev/ttyACM0 + serial_port: /dev/ttyACM0 ``` {% configuration %} - port: + serial_port: description: Local serial port where the sensor is connected and access is granted. required: true type: string