Hi there,
Im sure its something negligible but for the love of god i cant seem to see what is the problem
Theres is no errors whatsover in my logs
Basically im calling a service on home assistant, im confident theres no issue with the http, i tested my link on postman by sending a http post with the body and it works
https://xxxxx.duckdns.org:8123/api/services/tts/amazon_polly_say?api_password=xxxx
body: {“entity_id”: “media_player.living_room_speaker_2”,“message”:“Turning off TV”}
Am i doing it correctly on webcore?
I also know that it is reaching my home assistant however im getting this:
Invalid service data for tts.amazon_polly_say: extra keys not allowed @ data[‘data’]. Got {‘entity_id’: ‘media_player.living_room_speaker_2’, ‘message’: ‘Turning off TV’}
required key not provided @ data[‘message’]. Got None
Any thoughts on this?