Hello, depuis la dernière MAJ de HAOS 17.3 j’ai perdu la partie tts sur ma carte Mini Media Player. Savez vous comment la remettre ? Quand je teste depuis les outils de développement cela fonctionne bien. Merci
Salut
C’est pareil pour moi, je n’ai plus le TTS
Voici mon code qui ne fonctionne plus
type: custom:mini-media-player
entity: media_player.fire_tv_cube_salon
group: false
volume_stateless: true
tts:
platform: alexa
entity_id: media_player.fire_tv_cube_salon
source: icon
Il y a une PR en cours
Une correction devrait sortir, je pense.
dev ← bluedragon456:fix-tts-input-rendering
ouvert 06:26AM - 09 May 26 UTC
## Summary
Replaces the TTS `ha-textfield` with a native text input so the TT… S message field renders reliably in newer Home Assistant frontend/mobile app environments.
## Problem
Some users see the TTS Send button but no text entry field. The TTS configuration is valid, but the `ha-textfield` component does not always render correctly in the card.
## Changes
- Replaced `<ha-textfield>` in `src/components/tts.js` with a native `<input type="text">`
- Preserved existing input id/class behavior
- Preserved existing `this.input.value`, `this.message`, and `reset()` flow
- Preserved click/key event propagation handling
- Added local CSS so the native input uses Home Assistant theme variables
## Validation
- `npm ci`
- `npm run build`
Build passed. Existing warnings only:
- outdated Browserslist data
- circular dependency warning in `@vibrant/core`
Ok merci pour l’information