Skip to content

Commit 2c724e5

Browse files
authored
Update menu.sh
added support for domoticz
1 parent ff523e0 commit 2c724e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

menu.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ declare -A cont_array=(
2828
[diyhue]="diyHue"
2929
[homebridge]="Homebridge"
3030
[python]="Python 3"
31+
[domoticz]="Domoticz"
3132

3233
)
3334
declare -a armhf_keys=("portainer" "nodered" "influxdb" "grafana" "mosquitto" "telegraf" "mariadb" "postgres"
3435
"adminer" "openhab" "zigbee2mqtt" "pihole" "plex" "tasmoadmin" "rtl_433" "espruinohub"
35-
"motioneye" "webthings_gateway" "blynk_server" "nextcloud" "diyhue" "homebridge" "python")
36+
"motioneye" "webthings_gateway" "blynk_server" "nextcloud" "diyhue" "homebridge" "python" "domoticz")
3637

3738
sys_arch=$(uname -m)
3839

0 commit comments

Comments
 (0)