6 lines
142 B
Python
6 lines
142 B
Python
from modules.HomeAssistant import HomeAssistant
|
|
|
|
home_assistant = HomeAssistant()
|
|
response = home_assistant.get_info("")
|
|
print(response.text)
|