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

@ -179,7 +179,7 @@ def async_find_group_entity_id(hass, domain, group):
async def async_enable_traffic(hass, zha_devices, enabled=True):
"""Allow traffic to flow through the gateway and the zha device."""
"""Allow traffic to flow through the gateway and the ZHA device."""
for zha_device in zha_devices:
zha_device.update_available(enabled)
await hass.async_block_till_done()