Fixed E302
This commit is contained in:
parent
47a9313fdb
commit
ed872f6054
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ def add_zone(hass, name, latitude, longitude, radius):
|
|||
else:
|
||||
_LOGGER.info("Zone already exists")
|
||||
|
||||
|
||||
class Zone(Entity):
|
||||
"""Representation of a Zone."""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue