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