Created
November 15, 2020 18:54
-
-
Save pettazz/bbeac674c19819704f412a4561bb94ea to your computer and use it in GitHub Desktop.
Revisions
-
pettazz created this gist
Nov 15, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ version: '2' services: homeassistant: container_name: home-assistant image: homeassistant/home-assistant:stable volumes: - /opt/home-assistant/config:/config devices: - /dev/ttyUSB1:/dev/ttyUSB1 environment: - TZ=America/New_York restart: always network_mode: host