modbus refactoring (#933)
This commit is contained in:
parent
eb2cc6228b
commit
95ce88ec33
4 changed files with 75 additions and 52 deletions
|
@ -20,7 +20,7 @@ To add modbus to your installation, add the following to your `configuration.yam
|
|||
For a network connection:
|
||||
|
||||
```yaml
|
||||
#Modbus TCP
|
||||
# Modbus TCP
|
||||
modbus:
|
||||
type: tcp
|
||||
host: IP_ADDRESS
|
||||
|
@ -67,6 +67,6 @@ Configuration variables:
|
|||
|
||||
## {% linkable_title Building on top of Modbus %}
|
||||
|
||||
- [Modbus Binary Sensor](/components/binary_sensor.modbus/)
|
||||
- [Modbus Sensor](/components/sensor.modbus/)
|
||||
- [Modbus Switch](/components/switch.modbus/)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue