mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-20 09:19:37 +08:00
fix: pylint
This commit is contained in:
parent
e1bb607aa7
commit
cdaf984877
@ -1921,7 +1921,8 @@ class OptionsFlowHandler(config_entries.OptionsFlow):
|
||||
}),
|
||||
errors={'base': reason},
|
||||
description_placeholders={
|
||||
'broker_host': f'{self._cloud_server}-{DEFAULT_CLOUD_BROKER_HOST}:8883',
|
||||
'broker_host':
|
||||
f'{self._cloud_server}-{DEFAULT_CLOUD_BROKER_HOST}:8883',
|
||||
'http_host': (
|
||||
DEFAULT_OAUTH2_API_HOST
|
||||
if self._cloud_server == DEFAULT_CLOUD_SERVER
|
||||
|
||||
Loading…
Reference in New Issue
Block a user