openhab / openhabian

openHABian - empowering the smart home, for Raspberry Pi and Debian systems
https://community.openhab.org/t/13379
ISC License
820 stars 251 forks source link

Added Option to install Zigbee2MQTT #1666

Closed Larsen-Locke closed 2 years ago

Larsen-Locke commented 2 years ago

new menu item to add Zigbee2MQTT under optional components. Signed-off-by: Carsten Mogge carsten.mogge@gmail.com

Larsen-Locke commented 2 years ago

The code checker is complaining because I don’t quote a variable with whiptail -radiolist. For my understanding I cannot quote because the variable contains a not known number of arguments (separated by spaces, so they are handled as different arguments). It’s in line 299.

ecdye commented 2 years ago

@Larsen-Locke For Sign-off take a look at the DCO Bot details https://github.com/openhab/openhabian/pull/1666/checks?check_run_id=6015292532. It has detailed instructions on what to do to resolve the issue and how to prevent in from happening in the future.