mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-07-01 08:46:04 +02:00
have fun
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
export ESPHOME_IS_HA_ADDON=true
|
||||
|
||||
while IFS=, read -r device
|
||||
do
|
||||
esphome upload ${device}.yaml --device ${device}.local
|
||||
#done < devices_nspanel.csv
|
||||
done < devices_prod.csv
|
||||
Reference in New Issue
Block a user