mirror of
https://github.com/karl0ss/MiGenieHASS.git
synced 2025-04-28 20:43:40 +01:00
10 lines
172 B
Python
10 lines
172 B
Python
from lib import migenie
|
|
|
|
def poll_genie()->dict:
|
|
"""_summary_
|
|
|
|
Returns:
|
|
dict: _description_
|
|
"""
|
|
data = migenie.poll_genie()
|
|
return data, 200 |