Skip to content

Commit

Permalink
Set a submit_caption since newer home assistant don't have a fallback
Browse files Browse the repository at this point in the history
Should fix issue #1
  • Loading branch information
elupus committed Aug 25, 2017
1 parent 61ba9ce commit f57dbbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nibe.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ def config_callback(data):
description = AUTH_STR.format(self.config.get(CONF_REDIRECT_URI)),
link_name = "Authorize",
link_url = auth_uri,
fields = [{'id': 'url', 'name': 'Full url', 'type': ''}]
fields = [{'id': 'url', 'name': 'Full url', 'type': ''}],
submit_caption = 'Set Url'
)

else:
Expand Down

0 comments on commit f57dbbf

Please sign in to comment.