Home Assistant: Difference between revisions
imported>Simisimis m adds automation snippet |
imported>Janfrode No edit summary |
||
| Line 34: | Line 34: | ||
extraOptions = [ | extraOptions = [ | ||
"--network=host" | "--network=host" | ||
"--device /dev/ttyACM0:/dev/ttyACM0" # Example, change this to match your own hardware | "--device=/dev/ttyACM0:/dev/ttyACM0" # Example, change this to match your own hardware | ||
]; | ]; | ||
}; | }; | ||