mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-12 22:19:00 +00:00
Update sensor.serial.markdown (#3937)
This commit is contained in:
parent
6e73eb86a9
commit
264ea2982b
@ -27,11 +27,11 @@ To setup a serial sensor to your installation, add the following to your `config
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: serial
|
- platform: serial
|
||||||
port: /dev/ttyACM0
|
serial_port: /dev/ttyACM0
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
port:
|
serial_port:
|
||||||
description: Local serial port where the sensor is connected and access is granted.
|
description: Local serial port where the sensor is connected and access is granted.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user