Fix some typos in ZHA comments (#84881)
* Fix copy paste errors * Fix "setup/set up" usage * Fix typo * Fix comment * Fix copy paste errors * Remove space at end of comment * Remove double word * Fix copy paste errors * Fix typos * Apply review suggestion * Upper-case zha (to ZHA) everywhere * Review: fix "over rules" * Review: most/more
This commit is contained in:
parent
f79ffb2981
commit
f740312247
44 changed files with 144 additions and 144 deletions
|
@ -24,7 +24,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||
|
||||
@pytest.fixture(autouse=True)
|
||||
def light_platform_only():
|
||||
"""Only setup the light and required base platforms to speed up tests."""
|
||||
"""Only set up the light and required base platforms to speed up tests."""
|
||||
with patch(
|
||||
"homeassistant.components.zha.PLATFORMS",
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue