mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 11:37:28 +01:00
have fun
This commit is contained in:
9
update_prod.sh
Executable file
9
update_prod.sh
Executable file
@@ -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