New Addon

Simple Schedule
This commit is contained in:
2023-07-12 22:23:45 +07:00
parent 6f4a805c95
commit 088878a693
28 changed files with 2513 additions and 0 deletions
@@ -0,0 +1,5 @@
import os
json_folder = "/share/simplescheduler/"
SUPERVISOR_TOKEN = os.environ["SUPERVISOR_TOKEN"]
HASSIO_URL = os.environ.get("HASSIO_URL","http://hassio/homeassistant/api")