mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-21 04:33:38 +00:00
Updated HACS and also fixed Garadget #727
This commit is contained in:
2
config/custom_components/hacs/hacsbase/configuration.py
Executable file → Normal file
2
config/custom_components/hacs/hacsbase/configuration.py
Executable file → Normal file
@@ -11,6 +11,8 @@ class Configuration:
|
||||
# Main configuration:
|
||||
appdaemon_path: str = "appdaemon/apps/"
|
||||
appdaemon: bool = False
|
||||
netdaemon_path: str = "netdaemon/apps/"
|
||||
netdaemon: bool = False
|
||||
config: dict = {}
|
||||
config_entry: dict = {}
|
||||
config_type: str = None
|
||||
|
Reference in New Issue
Block a user