This commit is contained in:
unknown
2023-09-09 00:14:41 +08:00
parent 34c8e06cd8
commit 10d127c940
17 changed files with 690 additions and 125 deletions

View File

@@ -1,5 +1,6 @@
DOMAIN = "midea_meiju_codec"
STORAGE_PATH = f".storage/{DOMAIN}"
STORAGE_PATH = f".storage/{DOMAIN}/lua"
CONFIG_PATH = f".storage/{DOMAIN}/config"
DEVICES = "DEVICES"
CONF_ACCOUNT = "account"
CONF_HOME = "home"