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
|
@ -506,7 +506,7 @@ async def test_select_radio_favorite(hass, config_entry, config, controller, fav
|
|||
async def test_select_radio_favorite_command_error(
|
||||
hass, config_entry, config, controller, favorites, caplog
|
||||
):
|
||||
"""Tests command error loged when playing favorite."""
|
||||
"""Tests command error logged when playing favorite."""
|
||||
await setup_platform(hass, config_entry, config)
|
||||
player = controller.players[1]
|
||||
# Test set radio preset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue