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
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue