mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-18 16:10:44 +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},
|
errors={'base': reason},
|
||||||
description_placeholders={
|
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': (
|
'http_host': (
|
||||||
DEFAULT_OAUTH2_API_HOST
|
DEFAULT_OAUTH2_API_HOST
|
||||||
if self._cloud_server == DEFAULT_CLOUD_SERVER
|
if self._cloud_server == DEFAULT_CLOUD_SERVER
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user