Adjust docstrings for ruff D404 (#89077)

This commit is contained in:
epenet
2023-03-03 11:26:13 +01:00
committed by GitHub
parent a5cf8210ae
commit 4a3c0cd0a8
79 changed files with 79 additions and 79 deletions

View File

@@ -42,7 +42,7 @@ def setup(hass: HomeAssistant, config: ConfigType) -> bool:
class LircInterface(threading.Thread):
"""This interfaces with the lirc daemon to read IR commands.
"""Interfaces with the lirc daemon to read IR commands.
When using lirc in blocking mode, sometimes repeated commands get produced
in the next read of a command so we use a thread here to just wait