I am trying to use the Clickatell SMS component, however, it doesn’t seem like the component has been updated to use Clickatell’s new requirements for USA text messaging. Clickatell now requires all texts to US based numbers to be from a “two-way” API integration configuration. Everything seems to configure correctly with HASS, but when I trigger an SMS send I get the following error in the logs back from Clickatell.
ERROR (SyncWorker_15) [homeassistant.components.clickatell.notify] Error 200 : {"messages":[],"errorCode":106,"error":"Invalid FROM number.","errorDescription":"You should specify correct FROM number."}
I don’t see anything in the documentation that says how to specify a “from” number (I assume my two-way reply number) and I’m not exactly sure how to add this variable. I have tried setting a “from: ##” in my config, but that doesn’t seem to make a difference.