From 3f573cd1c4a90adc6361c04a668104261e9d24b1 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 2 Aug 2025 09:01:50 +0200 Subject: [PATCH] Claudify --- addons_updater/README.md | 7 +++++++ battybirdnet-pi/README.md | 14 ++++++++++++++ birdnet-go/README.md | 14 ++++++++++++++ birdnet-pi/README.md | 14 ++++++++++++++ 4 files changed, 49 insertions(+) diff --git a/addons_updater/README.md b/addons_updater/README.md index cdd1148b0..cd30db5c0 100644 --- a/addons_updater/README.md +++ b/addons_updater/README.md @@ -87,4 +87,11 @@ gitmail: your github email verbose: "false" ``` +### Custom Scripts and Environment Variables + +This addon supports custom scripts and environment variables through the `addon_config` mapping: + +- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) +- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon) + [repository]: https://github.com/alexbelgium/hassio-addons diff --git a/battybirdnet-pi/README.md b/battybirdnet-pi/README.md index 35ceb1931..ae2bcb113 100644 --- a/battybirdnet-pi/README.md +++ b/battybirdnet-pi/README.md @@ -72,6 +72,20 @@ Additional variables can be configured using the config.yaml file found in /conf - Config_env.yaml Additional environment variables can be configured there +### Mounting Drives + +This addon supports mounting both local drives and remote SMB shares: + +- **Local drives**: See [Mounting Local Drives in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Mounting-Local-Drives-in-Addons) +- **Remote shares**: See [Mounting Remote Shares in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Mounting-remote-shares-in-Addons) + +### Custom Scripts and Environment Variables + +This addon supports custom scripts and environment variables through the `addon_config` mapping: + +- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) +- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon) + ## Installation --- diff --git a/birdnet-go/README.md b/birdnet-go/README.md index 53e99ee29..f090bc5d9 100644 --- a/birdnet-go/README.md +++ b/birdnet-go/README.md @@ -51,6 +51,20 @@ Additional variables can be configured using the config.yaml file found in /conf - Config_env.yaml Additional environment variables can be configured there +### Mounting Drives + +This addon supports mounting both local drives and remote SMB shares: + +- **Local drives**: See [Mounting Local Drives in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Mounting-Local-Drives-in-Addons) +- **Remote shares**: See [Mounting Remote Shares in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Mounting-remote-shares-in-Addons) + +### Custom Scripts and Environment Variables + +This addon supports custom scripts and environment variables through the `addon_config` mapping: + +- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) +- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon) + ## Installation The installation of this add-on is pretty straightforward and not different in comparison to installing any other add-on. diff --git a/birdnet-pi/README.md b/birdnet-pi/README.md index 995e02b79..e0658489d 100644 --- a/birdnet-pi/README.md +++ b/birdnet-pi/README.md @@ -76,6 +76,20 @@ Additional variables can be configured using the config.yaml file found in /conf - Config_env.yaml Additional environment variables can be configured there +### Mounting Drives + +This addon supports mounting both local drives and remote SMB shares: + +- **Local drives**: See [Mounting Local Drives in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Mounting-Local-Drives-in-Addons) +- **Remote shares**: See [Mounting Remote Shares in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Mounting-remote-shares-in-Addons) + +### Custom Scripts and Environment Variables + +This addon supports custom scripts and environment variables through the `addon_config` mapping: + +- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) +- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon) + ## Installation ---