mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Fixed E302
This commit is contained in:
parent
47a9313fdb
commit
ed872f6054
@ -125,6 +125,7 @@ def add_zone(hass, name, latitude, longitude, radius):
|
|||||||
else:
|
else:
|
||||||
_LOGGER.info("Zone already exists")
|
_LOGGER.info("Zone already exists")
|
||||||
|
|
||||||
|
|
||||||
class Zone(Entity):
|
class Zone(Entity):
|
||||||
"""Representation of a Zone."""
|
"""Representation of a Zone."""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user