Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2023-05-16 Zigbee2MQTT adaptation to expected kernel change - old-men…
…u branch - PR 2 of 2 Background: - SensorsIot#690 – Kernel update may remove /dev/ttyAMA0 Changes: 1. Adopts generic syntax for device specification to prompt user to add the relevant key (`ZIGBEE2MQTT_DEVICE_PATH`) and path (eg `/dev/ttyUSB0`) to `.env`. Example: ``` $ echo ZIGBEE2MQTT_DEVICE_PATH=/dev/ttyUSB0 >>~/IOTstack/.env ``` 2. Adopts `TZ=${TZ:-Etc/UTC}` 3. Adds (disabled) environment variable to enable debugging. Signed-off-by: Phill Kelley <[email protected]>
- Loading branch information