mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 23:36:51 +00:00
add more providers, update yessssms docs for YesssSMS v0.4.1 (#10447)
* update yessssms docs for YesssSMS v0.4.0
* no oxford comma
* ✏️ Tweak
* removed optional parameter from config example
* yessssms config example
This commit is contained in:
parent
3f86c56a20
commit
3c40e6beba
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Yesss SMS"
|
title: "Yesss SMS"
|
||||||
description: "Instructions on how to add user notifications to Home Assistant."
|
description: "Instructions on how to add Yesss-SMS notifications to Home Assistant."
|
||||||
logo: yesssat.png
|
logo: yesssat.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Notifications
|
- Notifications
|
||||||
@ -9,7 +9,23 @@ redirect_from:
|
|||||||
- /components/notify.yessssms/
|
- /components/notify.yessssms/
|
||||||
---
|
---
|
||||||
|
|
||||||
The `yessssms` platform is using the Austrian mobile operator [Yesss.at](https://yesss.at) to send SMS via its web-site.
|
The `yessssms` platform is using the Austrian mobile operator [Yesss.at](https://yesss.at) and others to send SMS via their web-site.
|
||||||
|
|
||||||
|
Currenty some MVNOs (mobile virtual network operators), in the A1 network, that use the kontomanager.at interface work. These are currently (as of version 0.4.0 of [YesssSMS](https://pypi.org/project/YesssSMS/)):
|
||||||
|
* YESSS
|
||||||
|
* billitel
|
||||||
|
* EDUCOM
|
||||||
|
* fenercell
|
||||||
|
* georg
|
||||||
|
* goood
|
||||||
|
* kronemobile
|
||||||
|
* kuriermobil
|
||||||
|
* SIMfonie
|
||||||
|
* teleplanet
|
||||||
|
* WOWWW
|
||||||
|
* yooopi
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
<div class='note warning'>
|
<div class='note warning'>
|
||||||
Regular charges apply and a contract or prepaid plan is needed.
|
Regular charges apply and a contract or prepaid plan is needed.
|
||||||
@ -46,12 +62,29 @@ recipient:
|
|||||||
description: This is the phone number you want to send the SMS notification to.
|
description: This is the phone number you want to send the SMS notification to.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
provider:
|
||||||
|
description: Possible values are `yesss`, `billitel`, `educom`, `fenercell`, `georg`, `goood`, `kronemobile`, `kuriermobil`, `simfonie`, `teleplanet`, `wowww` and `yooopi`.
|
||||||
|
required: false
|
||||||
|
default: "YESSS"
|
||||||
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
For an alternative provider you would set the `provider` option. An example configuration for the `educom` provider with SMS to yourself would be:
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
notify:
|
||||||
|
- name: sms_to_self
|
||||||
|
platform: yessssms
|
||||||
|
username: 06641234567
|
||||||
|
password: tops3cr3tpass0rd
|
||||||
|
recipient: 06641234567
|
||||||
|
provider: educom
|
||||||
|
```
|
||||||
|
|
||||||
<div class='note warning'>
|
<div class='note warning'>
|
||||||
|
Verify that your credentials work on the website of your provider.
|
||||||
Verify that your credentials work on [Yesss.at's website](https://yesss.at). Using the wrong credentials three times in a row will get you suspended for one hour.
|
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.
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Home Assistant will check your credentials on startup. Check the logs for errors.
|
||||||
|
If the login credentials are not valid, re-check the credentials and restart Home Assistant.
|
||||||
|
BIN
source/images/screenshots/yessssms_brands.png
Normal file
BIN
source/images/screenshots/yessssms_brands.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
Loading…
x
Reference in New Issue
Block a user