mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
Fix typo
This commit is contained in:
parent
b7384eb0fd
commit
80fcd7cbd5
@ -20,7 +20,7 @@ To add modbus to your installation, add the following to your `configuration.yam
|
|||||||
For a network connection:
|
For a network connection:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
#Modbus TCP
|
# Example configuration.yaml entry for a TCP connection
|
||||||
modbus:
|
modbus:
|
||||||
type: tcp
|
type: tcp
|
||||||
host: IP_ADDRESS
|
host: IP_ADDRESS
|
||||||
@ -31,12 +31,12 @@ Configuration variables:
|
|||||||
|
|
||||||
- **type** (*Required*): Type of the connection to Modbus.
|
- **type** (*Required*): Type of the connection to Modbus.
|
||||||
- **host** (*Required*): The IP address of your router, eg. 192.168.1.1.
|
- **host** (*Required*): The IP address of your router, eg. 192.168.1.1.
|
||||||
- **port** (*Required*): The port for the comminication.
|
- **port** (*Required*): The port for the communication.
|
||||||
|
|
||||||
For a serial connection:
|
For a serial connection:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry for a serial connection
|
||||||
modbus:
|
modbus:
|
||||||
type: serial
|
type: serial
|
||||||
method: rtu
|
method: rtu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user