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:
TheJulianJES 2023-01-02 06:20:59 +01:00 committed by GitHub
parent f79ffb2981
commit f740312247
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 144 additions and 144 deletions

View file

@ -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",
(