Update server.py (#16375)

This commit is contained in:
Jason Hu 2018-09-02 13:17:29 -07:00 committed by Fabian Affolter
parent 78fcea25bb
commit 4685a2cd97

View file

@ -85,6 +85,10 @@ def generate_config(hass, passwd, password):
'allow-anonymous': password is None
},
'plugins': ['auth_anonymous'],
'topic-check': {
'enabled': True,
'plugins': ['topic_taboo'],
},
}
if password: