Teak mqtt error message for 0.76 release (#15983)
This commit is contained in:
parent
555184a4b7
commit
c31035d348
1 changed files with 5 additions and 5 deletions
|
@ -354,11 +354,11 @@ async def async_setup(hass: HomeAssistantType, config: ConfigType) -> bool:
|
||||||
if (conf.get(CONF_PASSWORD) is None and
|
if (conf.get(CONF_PASSWORD) is None and
|
||||||
config.get('http') is not None and
|
config.get('http') is not None and
|
||||||
config['http'].get('api_password') is not None):
|
config['http'].get('api_password') is not None):
|
||||||
_LOGGER.error("Starting from 0.77, embedded MQTT broker doesn't"
|
_LOGGER.error(
|
||||||
" use api_password as default password any more."
|
"Starting from release 0.76, the embedded MQTT broker does not"
|
||||||
" Please set password configuration. See https://"
|
" use api_password as default password anymore. Please set"
|
||||||
"home-assistant.io/docs/mqtt/broker#embedded-broker"
|
" password configuration. See https://home-assistant.io/docs/"
|
||||||
" for details")
|
"mqtt/broker#embedded-broker for details")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
broker_config = await _async_setup_server(hass, config)
|
broker_config = await _async_setup_server(hass, config)
|
||||||
|
|
Loading…
Add table
Reference in a new issue