Hello,
ESPHOME verifie maintenant l’unité des pins utilisées, il faut ajouter un parametre allow other uses
Exemple :
i2s_audio:
- id: codec
i2s_lrclk_pin: GPIO22
i2s_bclk_pin: GPIO25
i2s_mclk_pin:
number: GPIO0
allow_other_uses: true
- id: mic_adc
i2s_lrclk_pin: GPIO26
i2s_bclk_pin: GPIO27
i2s_mclk_pin:
number: GPIO0
allow_other_uses: true
Pour le reste tu as un gros fil sur le sujet ici : Projet voice control - Entraide Home Assistant - Home Assistant Communauté Francophone (hacf.fr) ou encore ici : Year of the voice - Chapitre 5, c’est ce mercredi - Communauté HACF / BlaBlaBla & Suggestions - Home Assistant Communauté Francophone
@+