Skip to content

Commit 264ea29

Browse files
travislrenofabaff
authored andcommitted
Update sensor.serial.markdown (home-assistant#3937)
1 parent 6e73eb8 commit 264ea29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/sensor.serial.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ To setup a serial sensor to your installation, add the following to your `config
2727
# Example configuration.yaml entry
2828
sensor:
2929
- platform: serial
30-
port: /dev/ttyACM0
30+
serial_port: /dev/ttyACM0
3131
```
3232
3333
{% configuration %}
34-
port:
34+
serial_port:
3535
description: Local serial port where the sensor is connected and access is granted.
3636
required: true
3737
type: string

0 commit comments

Comments
 (0)