From c93a0becd3102bd7e3192cf88758fea2b9b71e2a Mon Sep 17 00:00:00 2001 From: Ward Boumans <9028898+wardboumans@users.noreply.github.com> Date: Mon, 27 Sep 2021 13:44:01 +0200 Subject: [PATCH] Update dsmr.markdown (#19493) --- source/_integrations/dsmr.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/dsmr.markdown b/source/_integrations/dsmr.markdown index 12724f8b479..36db24aa81e 100644 --- a/source/_integrations/dsmr.markdown +++ b/source/_integrations/dsmr.markdown @@ -70,7 +70,7 @@ Connection can be done directly to the meter via a USB to serial connector, or t - [SOS Solutions](https://www.sossolutions.nl/slimme-meter-kabel) - [AliExpress](https://nl.aliexpress.com/item/32945187155.html) -Docker users have to allow Docker access to the USB to seriacl converter by adding `--device /dev/ttyUSB21:/dev/ttyUSB21` to the run command: +Docker users have to allow Docker access to the USB to serial converter by adding `--device /dev/ttyUSB21:/dev/ttyUSB21` to the run command: ```hass $ docker run --device /dev/ttyUSB0:/dev/ttyUSB0 -d --name="home-assistant" -v /home/USERNAME/hass:/config -v /etc/localtime:/etc/localtime:ro --net=host {{ site.installation.container.base }}