Replies: 2 comments
|
I have ha-mcp installed via docker and the custom HACS integration but I'm not clear where these flags should be enabled. |
0 replies
|
Currently these are dev server only features but will be enabled soon with #1431 on stable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
It appears that the file access features require 2 things:
HAMCP_ENABLE_FILESYSTEM_TOOLS=trueha_list_files,ha_read_file,ha_write_file,ha_delete_fileENABLE_YAML_CONFIG_EDITING=trueha_config_set_yamlHAMCP_ENABLE_CUSTOM_COMPONENT_INTEGRATION=trueha_install_mcp_tools(automated installer)There doesn't appear to be a way to enable these flags in the non-dev App, even though 2 of these features are available on the stable version.
Is there a way to set these feature flags in the App version?
All reactions