1
0
mirror of https://github.com/karl0ss/MiGenieHASS.git synced 2025-05-05 23:13:42 +01:00

10 lines
172 B
Python
Raw Normal View History

from lib import migenie
def poll_genie()->dict:
"""_summary_
Returns:
dict: _description_
"""
data = migenie.poll_genie()
return data, 200