From 916a4be29f8ba53aa070efc19e4a451c9babb8ac Mon Sep 17 00:00:00 2001 From: Doubledom <97252459+Doubledom45@users.noreply.github.com> Date: Tue, 3 Mar 2026 11:46:13 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2b72f9..dc8f151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,55 +20,3 @@ Modification pour version HA 2025.11 structure des entités cover ! MAJ en cours ## 1.1 Modification pour version HA 2024.3 - -## 1.0.3 -Test avec ajout de la sélection des commandes. - -## 1.0.2 -Modification initialisation, problème de démarrage ! - -## 1.0.1 -Replace deprecated async_get_registry method for HA 2023-5 - -## 1.0.0 --Refonte complet de l'addon - -## -Remerciement [crazymikefra](https://github.com/crazymikefra/HA_RFPlayer) - -[@+DoM(Ô¿Ô) 🖖] - -Dans l'outil de développement, création d'un sélecteur de protocol ! et de " -Entity type" - -Le 1er est vide 'space' pour test sans protocol directement dans commande. -Attention à la syntaxe des commandes ! - - -- ICI test commandes RTS -- La commande ASSOC doit-être avec un ID x -![image](https://user-images.githubusercontent.com/97252459/224477543-e17eeeee-c1d9-41d7-9be3-f859c0a24c75.png) - Info en mode Yaml: - -service: rfplayer.send_command -```` -data: - automatic_add: false - command: ASSOC - protocol: RTS - device_id: "1" - entity_type: cover -```` -- Le "cover" doit être créé normalement avec switch.rts_x ou x est le numéro ID -![image](https://user-images.githubusercontent.com/97252459/224477511-d2c39671-f9dd-4bde-9c35-76f35f1940c6.png) - - Info en mode Yaml [ici avec création du switch.rts_1] -```` -service: rfplayer.send_command -data: - automatic_add: true - command: "ON" - protocol: RTS - device_id: "1" - entity_type: switch -```` -Ce qui doit donner ![image](https://user-images.githubusercontent.com/97252459/224477619-75d91e29-2b70-407a-a4a2-499bdd9ed805.png)