add HomeAssistant get info on entity

This commit is contained in:
2024-05-04 19:28:36 +07:00
parent 8f1aa07507
commit 0b78ffad84
6 changed files with 51 additions and 10 deletions
-5
View File
@@ -1,5 +0,0 @@
from modules.HomeAssistant import HomeAssistant
home_assistant = HomeAssistant()
response = home_assistant.get_info("")
print(response.text)