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 1e180bf commit 63eed03Copy full SHA for 63eed03
Docker/rootfs/etc/services.d/netdaemon_addon/run
@@ -24,9 +24,6 @@ elif bashio::services.available "mqtt"; then
24
Mqtt__Port=$(bashio::services 'mqtt' 'port')
25
Mqtt__UserName=$(bashio::services 'mqtt' 'username')
26
Mqtt__Password=$(bashio::services 'mqtt' 'password')
27
-else
28
- bashio::log.warning \
29
- "No MQTT add-on installed and manual broker configuration was not specified. MQTT features will not work."
30
fi
31
32
# Optional settings - Toggle "Show unused optional configuration options" to reveal
0 commit comments