This commit is contained in:
2024-05-23 21:24:52 +02:00
commit a3efe8274b
166 changed files with 15713 additions and 0 deletions

9
update_prod.sh Executable file
View 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