Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Пропала строка ввода произносимого текста в карточке медиаплеера( #548

Open
kirillec opened this issue Sep 27, 2024 · 1 comment
Labels
question Further information is requested

Comments

@kirillec
Copy link

kirillec commented Sep 27, 2024

Пропала строка ввода произносимого текста в медиаплеере(
Использую кастомный медиаплеер "mini-media-player" из вашего же примера с вашими же кодом в ловлейс, и всё было отлично, но куда-то пропала строка ввода текста( Кнопка отправить есть, а вот куда вводить текст нету(

Скриншоты плеера

Снимок
2222

Код ловлейс
      - type: 'custom:mini-media-player'
        entity: media_player.yandex_station_ff98f0296d3325df93cce40f 
        artwork: cover
        sound_mode: icon
        shortcuts:
          attribute: sound_mode
          buttons:
            - icon: 'mdi:account-voice'
              id: Произнеси текст
              type: sound_mode
            - icon: 'mdi:robot'
              id: Выполни команду
              type: sound_mode
            - icon: 'mdi:playlist-star'
              id: включи мою любимую музыку вперемешку
              type: command
            - icon: 'mdi:playlist-music'
              id: включи плейлист дня
              type: command
            - icon: 'mdi:heart'
              id: лайк
              type: command
            - icon: 'mdi:heart-off'
              id: снять лайк
              type: command
          columns: 6
        hide:
          sound_mode: true
          runtime: false
        tts:
          platform: yandex_station

Не подскажите что нужно сделать/дописать чтоб появилась?

@AlexxIT AlexxIT added the question Further information is requested label Oct 12, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Oct 12, 2024

Попробовал ваш код, только свою entity указал - всё работает, строка есть

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants