We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff523e0 commit 2c724e5Copy full SHA for 2c724e5
menu.sh
@@ -28,11 +28,12 @@ declare -A cont_array=(
28
[diyhue]="diyHue"
29
[homebridge]="Homebridge"
30
[python]="Python 3"
31
+ [domoticz]="Domoticz"
32
33
)
34
declare -a armhf_keys=("portainer" "nodered" "influxdb" "grafana" "mosquitto" "telegraf" "mariadb" "postgres"
35
"adminer" "openhab" "zigbee2mqtt" "pihole" "plex" "tasmoadmin" "rtl_433" "espruinohub"
- "motioneye" "webthings_gateway" "blynk_server" "nextcloud" "diyhue" "homebridge" "python")
36
+ "motioneye" "webthings_gateway" "blynk_server" "nextcloud" "diyhue" "homebridge" "python" "domoticz")
37
38
sys_arch=$(uname -m)
39
0 commit comments