diff --git a/ginlong/ginlong.py b/ginlong/ginlong.py index 47e8d05..e120416 100644 --- a/ginlong/ginlong.py +++ b/ginlong/ginlong.py @@ -136,11 +136,11 @@ def __init__(self, plant_id, parent): @property - async def name(self): + async def get_name(self): """Return all plants.""" return "Disney" @property - async def test(self): + async def get_test(self): """Return all plants.""" return self.token \ No newline at end of file