Remove /dev/ttyUSB0 access from ESPHome

This commit is contained in:
Luke Childs 2022-07-28 00:01:31 +07:00 committed by GitHub
parent 4255d67d7e
commit 62f9ee6cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,3 @@ services:
default:
ipv4_address: $APP_ESPHOME_IP
restart: on-failure
# Needed for flashing new ESPs directly
devices:
- "/dev/ttyUSB0:/dev/ttyUSB0"
device_cgroup_rules:
- 'c 188:* rmw'