home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.97k stars 7.28k forks source link

Additional configuration in configuration.yaml required #26627

Closed geoffreys closed 1 year ago

geoffreys commented 1 year ago

Feedback

The page lacks information about adding the twilio authentication token information into configuration.yaml like below. Without this config added the twilio notifier plugin fails to initialize and logs errors into the homeassistant logs about missing keys (slightly cryptic).

Missing parts that also need to be in configuration.yaml:

twilio: account_sid: yyyyyyyyyy auth_token: xxxxxxxxxxx

The values for both of these placeholders can be found in the twillio account.

URL

https://www.home-assistant.io/integrations/twilio_sms/

Version

2023.3.4

Additional information

No response

frenck commented 1 year ago

Hi there @geoffreys 👋

It seems like you have missed the second line on the documentation page:

CleanShot 2023-03-16 at 08 06 13

Which provides the information you've been looking for.

../Frenck