Files
db_assistant/test.py
T

6 lines
142 B
Python

from modules.HomeAssistant import HomeAssistant
home_assistant = HomeAssistant()
response = home_assistant.get_info("")
print(response.text)