1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Azure flake8 dep, docstring fixes (#25605)

* Fix Azure CI flake8 deps

* Docstyle fixes
This commit is contained in:
Ville Skyttä
2019-07-31 22:21:36 +03:00
committed by Paulus Schoutsen
parent 3cf8964c06
commit 0490167a12
8 changed files with 9 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ class RingSensor(Entity):
@property
def should_poll(self):
"""Updates controlled via the hub."""
"""Return False, updates are controlled via the hub."""
return False
@property