Custom scripts and related device lists are no longer needed
CI / YAML lint (push) Has been cancelled
CI / ESPHome config validation (push) Has been cancelled

This commit is contained in:
2026-05-07 00:31:06 +02:00
parent bd087dc511
commit e4c8c72c20
8 changed files with 0 additions and 94 deletions
-12
View File
@@ -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
View File
@@ -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 m5stickc
2 mcu-basement
3 mcu-cam-1
4 mcu-clock-1
5 mcu-desk-lamp
6 mcu-dev-1
7 mcu-dev-2
8 mcu-dev-heating
9 mcu-dev-lora
10 mcu-dev-neo
11 mcu-dimmer
12 mcu-fireplace
13 mcu-gate
14 mcu-heating
15 mcu-irrigation-1
16 mcu-mini-01
17 mcu-mini-02
18 mcu-mini-03
19 mcu-mini-04
20 mcu-patio
21 mcu-rf433
22 mcu-socket-01
23 mcu-socket-02
24 mcu-socket-03
25 mcu-sw-office-r
26 mcu-tv-light
27 mcu-waterproof-socket
28 secrets
-3
View File
@@ -1,3 +0,0 @@
#!/bin/bash
ls -1 *.yaml | sed "s/.yaml//g" > devices.csv
-4
View File
@@ -1,4 +0,0 @@
mcu-clock-1
mcu-nspanel-dev
mcu-gateway
mcu-atoms3
1 mcu-clock-1
2 mcu-nspanel-dev
3 mcu-gateway
4 mcu-atoms3
-4
View File
@@ -1,4 +0,0 @@
nodemcu_cam_1
nodemcu_heating_dev
nodemcu_heating_dev_2
nodemcu_neo_0
1 nodemcu_cam_1
2 nodemcu_heating_dev
3 nodemcu_heating_dev_2
4 nodemcu_neo_0
-7
View File
@@ -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 mcu-nspanel-bedroom
2 mcu-nspanel-dev
3 mcu-nspanel-ex
4 mcu-nspanel-office-j
5 mcu-nspanel-office-r
6 mcu-nspanel-patio
7 mcu-nspanel-fireplace
-27
View File
@@ -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 mcu-basement
2 mcu-basement-2
3 mcu-clock-1
4 mcu-desk-lamp
5 mcu-dimmer
6 mcu-fireplace
7 mcu-echo
8 mcu-gate
9 mcu-heating
10 mcu-kitchen
11 mcu-office-r
12 mcu-mains-power
13 mcu-nspanel-bedroom
14 mcu-nspanel-office-j
15 mcu-nspanel-office-r
16 mcu-nspanel-patio
17 mcu-nspanel-fireplace
18 mcu-rf433
19 mcu-socket-01
20 mcu-socket-02
21 mcu-socket-03
22 mcu-patio
23 mcu-shed
24 mcu-staircase-light
25 mcu-tv-light
26 mcu-waterproof-socket
27 mcu-well
-9
View File
@@ -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