mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-07-01 00:46:03 +02:00
Custom scripts and related device lists are no longer needed
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
export ESPHOME_IS_HA_ADDON=true
|
||||
|
||||
while IFS=, read -r device
|
||||
do
|
||||
esphome compile ${device}.yaml
|
||||
# esphome upload ${device}.yaml --device ${device}.local
|
||||
# esphome run ${device}.yaml
|
||||
done < devices_dev.csv
|
||||
# done < devices_prod.csv
|
||||
#done < devices_nspanel.csv
|
||||
-28
@@ -1,28 +0,0 @@
|
||||
m5stickc
|
||||
mcu-basement
|
||||
mcu-cam-1
|
||||
mcu-clock-1
|
||||
mcu-desk-lamp
|
||||
mcu-dev-1
|
||||
mcu-dev-2
|
||||
mcu-dev-heating
|
||||
mcu-dev-lora
|
||||
mcu-dev-neo
|
||||
mcu-dimmer
|
||||
mcu-fireplace
|
||||
mcu-gate
|
||||
mcu-heating
|
||||
mcu-irrigation-1
|
||||
mcu-mini-01
|
||||
mcu-mini-02
|
||||
mcu-mini-03
|
||||
mcu-mini-04
|
||||
mcu-patio
|
||||
mcu-rf433
|
||||
mcu-socket-01
|
||||
mcu-socket-02
|
||||
mcu-socket-03
|
||||
mcu-sw-office-r
|
||||
mcu-tv-light
|
||||
mcu-waterproof-socket
|
||||
secrets
|
||||
|
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
ls -1 *.yaml | sed "s/.yaml//g" > devices.csv
|
||||
@@ -1,4 +0,0 @@
|
||||
mcu-clock-1
|
||||
mcu-nspanel-dev
|
||||
mcu-gateway
|
||||
mcu-atoms3
|
||||
|
@@ -1,4 +0,0 @@
|
||||
nodemcu_cam_1
|
||||
nodemcu_heating_dev
|
||||
nodemcu_heating_dev_2
|
||||
nodemcu_neo_0
|
||||
|
@@ -1,7 +0,0 @@
|
||||
mcu-nspanel-bedroom
|
||||
mcu-nspanel-dev
|
||||
mcu-nspanel-ex
|
||||
mcu-nspanel-office-j
|
||||
mcu-nspanel-office-r
|
||||
mcu-nspanel-patio
|
||||
mcu-nspanel-fireplace
|
||||
|
@@ -1,27 +0,0 @@
|
||||
mcu-basement
|
||||
mcu-basement-2
|
||||
mcu-clock-1
|
||||
mcu-desk-lamp
|
||||
mcu-dimmer
|
||||
mcu-fireplace
|
||||
mcu-echo
|
||||
mcu-gate
|
||||
mcu-heating
|
||||
mcu-kitchen
|
||||
mcu-office-r
|
||||
mcu-mains-power
|
||||
mcu-nspanel-bedroom
|
||||
mcu-nspanel-office-j
|
||||
mcu-nspanel-office-r
|
||||
mcu-nspanel-patio
|
||||
mcu-nspanel-fireplace
|
||||
mcu-rf433
|
||||
mcu-socket-01
|
||||
mcu-socket-02
|
||||
mcu-socket-03
|
||||
mcu-patio
|
||||
mcu-shed
|
||||
mcu-staircase-light
|
||||
mcu-tv-light
|
||||
mcu-waterproof-socket
|
||||
mcu-well
|
||||
|
@@ -1,9 +0,0 @@
|
||||
#!/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