Problem with Fully Kiosk

Hi All, I’m having a problem setting up the media player for use in Fully Kiosk. I’m able to access my Floorplan through Fully Kiosk and that works fine, but when I run a config check I get the following error:

  • Platform not found: media_player.tts_floorplan_speaker

I have followed the instructions the Petars github:

In my configuration.yaml I have the following:

binary_sensor:
  - platform: mqtt
    state_topic: floorplan/kiosk/entry
    name: Entry Kiosk
    retain: true

media_player:
  - platform: tts_floorplan_speaker
    name: Entry Kiosk

I have copied floorplan_speaker.py to my custom_components/media_player folder

I have the following in my floorplan.yaml file:

fully_kiosk:

devices:
  - name: Entry Kiosk
    address: [REDACTED]
    entities:
      - binary_sensor.entry_kiosk
      - media_player.entry_kiosk

I don’t know why I’m getting the error, can anybody help?

Thanks in advance!

John

Looks like @pkozul recently updated his notes/files:


image

1 Like

@Corey_Johnson I missed that detail. Thank You!

I think I got excited too soon :face_with_raised_eyebrow:

When I try to call the TTS play service, I get no audio from my tablet. Here’s how I’m calling the tts.google_say service:

Do I have it right? I don’t receive any errors, so I’m thinking I have everything set up correctly.

I have not integrated this version/feature as of yet.