Skip to content

Commit 63eed03

Browse files
authored
Remove mqtt warning (#1333)
The warning of mqtt config is not a great thing to have. Remove it.
1 parent 1e180bf commit 63eed03

File tree

1 file changed

+0
-3
lines changed
  • Docker/rootfs/etc/services.d/netdaemon_addon

1 file changed

+0
-3
lines changed

Docker/rootfs/etc/services.d/netdaemon_addon/run

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ elif bashio::services.available "mqtt"; then
2424
Mqtt__Port=$(bashio::services 'mqtt' 'port')
2525
Mqtt__UserName=$(bashio::services 'mqtt' 'username')
2626
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."
3027
fi
3128

3229
# Optional settings - Toggle "Show unused optional configuration options" to reveal

0 commit comments

Comments
 (0)