diff --git a/README.md b/README.md
index 4ce4406b..0c7253d1 100644
--- a/README.md
+++ b/README.md
@@ -760,10 +760,10 @@ SOFTWARE.
[home-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[home-panel-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[home-panel-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
-[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v4.3.0
-[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.3.0/README.md
+[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v4.4.0
+[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.4.0/README.md
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
-[influxdb-version-shield]: https://img.shields.io/badge/version-v4.3.0-blue.svg
+[influxdb-version-shield]: https://img.shields.io/badge/version-v4.4.0-blue.svg
[influxdb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[influxdb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
diff --git a/influxdb/CHANGELOG.md b/influxdb/CHANGELOG.md
index fdc87ff3..b4a5641a 100644
--- a/influxdb/CHANGELOG.md
+++ b/influxdb/CHANGELOG.md
@@ -2,23 +2,18 @@
## 🚀 Enhancements
-- Migrate JSON config to YAML @frenck (#222)
+- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#241)
## 🧰 Maintenance
-- Switch to centralized GitHub Action Workflows @frenck (#221)
+- 🚀 Update CI to latest version @frenck (#230)
+
+## 📚 Documentation
+
+- Update link to influxdb integration @ScottG489 (#234)
+- 📚 Add My buttons to documentation @frenck (#242)
## ⬆️ Dependency updates
-- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#202)
-- ⬆️ Upgrades add-on base image to v5.0.0 @frenck (#203)
-- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#204)
-- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#205)
-- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#207)
-- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#206)
-- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#212)
-- ⬆️ Upgrades add-on base image to 5.1.1 @frenck (#214)
-- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#215)
-- ⬆️ Upgrades add-on base image to 5.2.0 @frenck (#223)
-- ⬆️ Upgrades add-on base image to 5.2.2 @frenck (#224)
-- ⬆️ Upgrades InfluxDB to 1.8.10 @frenck (#225)
+- ⬆️ Upgrades add-on base image to 5.3.0 @frenck (#240)
+- ⬆️ Upgrades Chronograf to 1.9.3 @frenck (#243)
diff --git a/influxdb/DOCS.md b/influxdb/DOCS.md
index 7ca434ed..6395cdf8 100644
--- a/influxdb/DOCS.md
+++ b/influxdb/DOCS.md
@@ -15,11 +15,22 @@ Data Explorer.
The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Home Assistant add-on.
-1. Search for the "InfluxDB" add-on in the Supervisor add-on store and install it.
+1. Click the Home Assistant My button below to open the add-on on your Home
+ Assistant instance.
+
+ [![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
+
+1. Click the "Install" button to install the add-on.
1. Start the "InfluxDB" add-on.
1. Check the logs of the "InfluxDB" to see if everything went well.
1. Click the "OPEN WEB UI" button!
+Home Assistant, by default, ships with the Community Add-ons store installed.
+However, if it is missing (for any reason), you can add it by clicking the
+button My button below.
+
+[![Add repository to your Home Assitant instance.][repository-badge]][repository]
+
## Configuration
**Note**: _Remember to restart the add-on when the configuration is changed._
@@ -155,7 +166,7 @@ and using the Data Explorer.
Full details of the Home Assistant integration can be found here:
-
+
## Known issues and limitations
@@ -222,6 +233,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
+[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_influxdb
[contributors]: https://github.com/hassio-addons/addon-influxdb/graphs/contributors
[discord-ha]: https://discord.gg/c5DvZ4e
[discord]: https://discord.me/hassioaddons
@@ -231,4 +244,6 @@ SOFTWARE.
[issue]: https://github.com/hassio-addons/addon-influxdb/issues
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-influxdb/releases
+[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
+[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
[semver]: http://semver.org/spec/v2.0.0.htm
diff --git a/influxdb/README.md b/influxdb/README.md
index 95b64d0c..36140dea 100644
--- a/influxdb/README.md
+++ b/influxdb/README.md
@@ -34,6 +34,6 @@ Data Explorer.
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
-[release-shield]: https://img.shields.io/badge/version-v4.3.0-blue.svg
-[release]: https://github.com/hassio-addons/addon-influxdb/tree/v4.3.0
+[release-shield]: https://img.shields.io/badge/version-v4.4.0-blue.svg
+[release]: https://github.com/hassio-addons/addon-influxdb/tree/v4.4.0
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png
\ No newline at end of file
diff --git a/influxdb/config.yaml b/influxdb/config.yaml
index a9a57d35..f5092f9d 100644
--- a/influxdb/config.yaml
+++ b/influxdb/config.yaml
@@ -4,6 +4,7 @@ arch:
- armv7
- i386
auth_api: true
+codenotary: codenotary@frenck.dev
description: Scalable datastore for metrics, events, and real-time analytics
hassio_api: true
homeassistant: 0.92.0b2
@@ -44,4 +45,4 @@ schema:
slug: influxdb
startup: services
url: https://github.com/hassio-addons/addon-influxdb
-version: 4.3.0
+version: 4.4.0