We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5c5ed commit 8457706Copy full SHA for 8457706
docs/configuration/README.md
@@ -29,7 +29,7 @@ services:
29
teleinfo2mqtt:
30
image: fmartinou/teleinfo2mqtt
31
container_name: teleinfo2mqtt
32
- device:
+ devices:
33
- /dev/ttyUSB1:/dev/ttyUSB1
34
environment:
35
- SERIAL=/dev/ttyUSB1
docs/introduction/README.md
@@ -24,7 +24,7 @@ services:
24
25
26
27
28
- /dev/ttyUSB0:/dev/ttyUSB0 # Serial port device
- MQTT_URL=mqtt://my_mqtt_broker:1883 # MQTT broker url
0 commit comments