add HomeAssistant module and use execute command

This commit is contained in:
2024-05-02 12:55:27 +07:00
parent 6021db52aa
commit 8f1aa07507
6 changed files with 54 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
from modules.HomeAssistant import HomeAssistant
home_assistant = HomeAssistant()
response = home_assistant.get_info("")
print(response.text)