modbus refactoring (#933)

This commit is contained in:
Per Sandström 2016-09-19 14:50:02 +02:00 committed by Fabian Affolter
parent eb2cc6228b
commit 95ce88ec33
4 changed files with 75 additions and 52 deletions

View file

@ -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/)