giuseppecastaldo / ha-addons

Home Assistant Whatsapp Add-on
Apache License 2.0
49 stars 18 forks source link

clientid missing but complete #52

Closed rwrw01 closed 5 months ago

rwrw01 commented 7 months ago

service keeps saying client ID is missing but the ID is filled:

service: whatsapp.send_message data: to: 316***@s.whatsapp.net body: text: testbericht whatsapp clientid: ralph

Schermafbeelding 2023-12-02 195924
rwrw01 commented 7 months ago

Ehh, when using the exact same string in the home assistant app on iOS, it works??

rwrw01 commented 7 months ago

fixed it, but it's weird. In edge/chrome the data field should not be used neither indentation after the service field:

service: whatsapp.send_message clientId: ralph to: 316**@s.whatsapp.net body: text: testbericht whatsapp