Franck Nijhof c464056402
Making our website faster, cleaner and prettier (#9853)
* 🔥 Removes octopress.js

* 🔥 Removes use of root_url var

* 🔥 Removes Octopress generator reference from feed

* 🔥 Removes delicious support

* 🔥 Removes support for Pinboard

* 🔥 Removes support for Disqus

* 🔥 Removes support for Google Plus

* ↩️ Migrate custom after_footer to default template

* ↩️ Migrate custom footer to default template

* ↩️ Migrate custom header to default template

* 🔥 Removes unused template files

* 🚀 Places time to read directly in post template

* 🚀 Removes unneeded capture from archive_post.html template

* 🔥 🚀 Removes unused, but heaving sorting call in component page

* 🚀 Merged javascripts into a single file

* 🔥 Removes more uses of root_url

* 🚀 Removal of unneeded captures from head

* 🔥 🚀 Removal of expensive liquid HTML compressor

* 🔥 Removes unneeded templates

* 🚀 Replaces kramdown with GitHub's CommonMark 🚀

* 💄 Adds Prism code syntax highlighting

*  Adds support for redirect in Netlify

* ↩️ 🔥 Let Netlify handle all developer doc redirects

* ✏️ Fixes typo in redirects file: Netify -> Netlify

* 🔥 Removes unused .themes folder

* 🔥 Removes unused aside.html template

* 🔥 Removes Disqus config leftover

* 🔥 Removes rouge highlighter config

* 🔥 Removes Octopress 🎉

* 💄 Adjust code block font size and adds soft wraps

* 💄 Adds styling for inline code blocks

* 💄 Improve styling of note/warning/info boxes + div support

* 🔨 Rewrites all note/warning/info boxes
2019-07-15 22:17:54 +02:00

1.7 KiB

title, description, logo, ha_category, ha_release, redirect_from
title description logo ha_category ha_release redirect_from
Yesss SMS Instructions on how to add user notifications to Home Assistant. yesssat.png
Notifications
0.57
/components/notify.yessssms/

The yessssms platform is using the Austrian mobile operator Yesss.at to send SMS via its web-site.

Regular charges apply and a contract or prepaid plan is needed.
Do not use this for high frequency notifications. The web-SMS page is rate limited and sending more than 45 SMS/h might get you blocked.

You can send to any number, but your phone number will appear as sender.

To enable SMS notifications in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
notify:
  - name: NOTIFIER_NAME
    platform: yessssms
    username: YOUR_PHONE_NUMBER
    password: YOUR_PASSWORD
    recipient: PHONE_NUMBER_TO_NOTIFY

{% configuration %} username: description: This is your login name (usually your phone number). Veryfy that you can use your credentials on the Yesss.at website. required: true type: string password: description: This is the password you use to login to Yesss.at. required: true type: string recipient: description: This is the phone number you want to send the SMS notification to. required: true type: string {% endconfiguration %}

Verify that your credentials work on Yesss.at's website. Using the wrong credentials three times in a row will get you suspended for one hour. Home Assistant will not try to login after the account has been suspended. Re-check the credentials and restart Home Assistant.