Strict typing threshold (#82786)
This commit is contained in:
parent
cf7e500a8e
commit
e932139721
5 changed files with 86 additions and 38 deletions
|
@ -76,4 +76,5 @@ class ConfigFlowHandler(SchemaConfigFlowHandler, domain=DOMAIN):
|
|||
|
||||
def async_config_entry_title(self, options: Mapping[str, Any]) -> str:
|
||||
"""Return config entry title."""
|
||||
return options[CONF_NAME]
|
||||
name: str = options[CONF_NAME]
|
||||
return name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue