Fix typos found by codespell (#31243)
* Fix typos found by codespell * Fix typos found by codespell * codespell: Furture ==> Future * Update test_config_flow.py * Update __init__.py * Spellcheck: successfull ==> successful * Codespell: unsuccesful ==> unsuccessful * Codespell: cant ==> can't * Codespell: firware ==> firmware * Codespell: mimick ==> mimic
This commit is contained in:
parent
a017c26234
commit
df7d2b3aeb
121 changed files with 170 additions and 156 deletions
|
@ -36,7 +36,7 @@ def init_valid_settings(hass, config):
|
|||
|
||||
@pytest.fixture(name="invalid_provider_settings")
|
||||
def init_invalid_provider_settings(hass, config):
|
||||
"""Set invalid provider data and initalize component."""
|
||||
"""Set invalid provider data and initialize component."""
|
||||
config["notify"][CONF_PROVIDER] = "FantasyMobile" # invalid provider
|
||||
return async_setup_component(hass, "notify", config)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue