Change needs_auth ZeroConf key
This commit is contained in:
parent
948aa6838d
commit
ed6958f477
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def setup(hass, config):
|
|||
ZEROCONF_TYPE)
|
||||
|
||||
params = {"version": __version__, "base_url": hass.config.api.base_url,
|
||||
"needs_auth": (hass.config.api.api_password is not None)}
|
||||
"requires_api_password": (hass.config.api.api_password is not None)}
|
||||
|
||||
info = ServiceInfo(ZEROCONF_TYPE, zeroconf_name,
|
||||
socket.inet_aton(hass.config.api.host),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue