From a3af4d8c68e3504ff012faf5270b5a00d84c953c Mon Sep 17 00:00:00 2001 From: raph666 Date: Tue, 21 Jul 2026 13:52:23 +0200 Subject: [PATCH] Release 0.1.1 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- custom_components/arkteos/manifest.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d42fd25..c5db78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.1] - 2026-07-21 + +### Added + +- Assets visuels de l’intégration Arkteos. + ## [0.1.0] - 2026-07-21 ### Added diff --git a/README.md b/README.md index 5de32f7..d177bf0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ni de Node-RED une fois la migration terminée. ## État du projet -- Version actuelle : `0.1.0`. +- Version actuelle : `0.1.1`. - Statut : expérimental. - Testée avec les captures d’une Arkteos Zuran 4. - Le protocole n’est pas officiellement documenté. diff --git a/custom_components/arkteos/manifest.json b/custom_components/arkteos/manifest.json index b7e8db7..40f91d3 100644 --- a/custom_components/arkteos/manifest.json +++ b/custom_components/arkteos/manifest.json @@ -3,7 +3,7 @@ "name": "Arkteos", "config_flow": true, "iot_class": "local_push", - "version": "0.1.0", + "version": "0.1.1", "requirements": [], "documentation": "https://gitea.i-host.fr/raph666/home-assistant-arkteos", "issue_tracker": "https://gitea.i-host.fr/raph666/home-assistant-arkteos/issues",