File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# deCONZ device configuration
4
4
5
- device_selection=$( whiptail --radiolist --title " deCONZ device configuration " --notags \
6
- " Use the [SPACEBAR] to select your Zigbee device from the list below and make sure it is plugged in (if not, press [ESC])." 20 78 12 \
5
+ device_selection=$( whiptail --radiolist --title " Select deCONZ gateway " --notags \
6
+ " Use the [SPACEBAR] to select your deCONZ gateway from the list below AND MAKE SURE IT IS PLUGGED IN (if not, press [ESC])." 20 78 12 \
7
7
" ConBeeII" " ConBee II " " ON" \
8
8
" ConBee" " ConBee " " OFF" \
9
9
" RaspBee" " RaspBee " " OFF" \
@@ -12,18 +12,15 @@ device_selection=$(whiptail --radiolist --title "deCONZ device configuration" --
12
12
case $device_selection in
13
13
14
14
" ConBeeII" )
15
- echo " ...copied ConBee II config from template"
16
- echo " " >> docker-compose.yml
17
15
cat .templates/deconz/service_conbee_II.yml >> docker-compose.yml
16
+ echo " ...copied ConBee II config from template"
18
17
;;
19
18
" ConBee" )
20
- echo " ...copied ConBee config from template"
21
- echo " " >> docker-compose.yml
22
19
cat .templates/deconz/service_conbee.yml >> docker-compose.yml
20
+ echo " ...copied ConBee config from template"
23
21
;;
24
22
" RaspBee" )
25
- echo " ...copied RaspBee config from template"
26
- echo " " >> docker-compose.yml
27
23
cat .templates/deconz/service_raspbee.yml >> docker-compose.yml
24
+ echo " ...copied RaspBee config from template"
28
25
;;
29
26
esac
You can’t perform that action at this time.
0 commit comments