add HomeAssistant module and use execute command

This commit is contained in:
2024-05-02 12:55:27 +07:00
parent 06b70afdce
commit 3d12032942
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)