diff --git a/CODEOWNERS b/CODEOWNERS index f50bd8fec90..cf9dd2008f0 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -497,7 +497,6 @@ source/_integrations/yamaha_musiccast.markdown @jalmeroth source/_integrations/yandex_transport.markdown @rishatik92 @devbis source/_integrations/yeelight.markdown @rytilahti @zewelor @shenxn source/_integrations/yeelightsunflower.markdown @lindsaymarkward -source/_integrations/yessssms.markdown @flowolf source/_integrations/yi.markdown @bachya source/_integrations/zeroconf.markdown @bdraco source/_integrations/zerproc.markdown @emlove diff --git a/source/_integrations/yessssms.markdown b/source/_integrations/yessssms.markdown deleted file mode 100644 index b12191a7453..00000000000 --- a/source/_integrations/yessssms.markdown +++ /dev/null @@ -1,96 +0,0 @@ ---- -title: yesss! SMS -description: Instructions on how to add Yesss-SMS notifications to Home Assistant. -ha_category: - - Notifications -ha_release: 0.57 -ha_codeowners: - - '@flowolf' -ha_domain: yessssms -ha_iot_class: Cloud Push ---- - -The `yessssms` platform is using the Austrian mobile operator [Yesss.at](https://yesss.at) and others to send SMS via their web-site. - -Currently 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 - -![supported providers](/images/screenshots/yessssms_brands.png) - -
-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: - -```yaml -# Example configuration.yaml entry -notify: - - name: NOTIFIER_NAME - platform: yessssms - username: YOUR_PHONE_NUMBER - password: YOUR_PASSWORD - recipient: PHONE_NUMBER_TO_NOTIFY -``` - -{% configuration %} -name: - description: "The optional parameter name allows multiple notifiers to be created. The notifier will bind to the service notify.NOTIFIER_NAME." - required: false - type: string - default: notify -username: - description: This is your login name (usually your phone number, but in some cases it could be your e-mail). 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 -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 %} - -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: "+436641234567" - password: tops3cr3tpass0rd - recipient: "+436641234567" - provider: educom -``` - -
-Verify that your credentials work on the website of your provider. -Using the wrong credentials three times in a row will get you suspended for one hour. -
- -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. diff --git a/source/_posts/2017-11-04-release-57.markdown b/source/_posts/2017-11-04-release-57.markdown index e8f786460d8..5208886dacd 100644 --- a/source/_posts/2017-11-04-release-57.markdown +++ b/source/_posts/2017-11-04-release-57.markdown @@ -72,7 +72,7 @@ Okay, one more highlight before we'll let you check out the changelog. Contribut - Support for NO-IP ([@fabaff] - [#10155]) ([no_ip docs]) (new-platform) - Linode ([@ryanm101] - [#9936]) ([linode docs]) ([binary_sensor.linode docs]) (new-platform) - Nederlandse spoorwegen ([@b10m] - [#10136]) ([sensor.nederlandse_spoorwegen docs]) (new-platform) -- added Yesss SMS platform ([@flowolf] - [#10177]) ([notify.yessssms docs]) (new-platform) +- added Yesss SMS platform ([@flowolf] - [#10177]) (new-platform) - Add Sytadin Traffic component ([@gautric] - [#9524]) (new-platform) - Added new Clickatell SMS messaging Notify Platform ([@davlloyd] - [#9775]) ([notify.clickatell docs]) (new-platform) - Add Random binary sensor ([@fabaff] - [#10164]) ([binary_sensor.random docs]) (new-platform) @@ -209,7 +209,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Nederlandse spoorwegen ([@b10m] - [#10136]) ([sensor.nederlandse_spoorwegen docs]) (new-platform) - Added capability to pass a filename to the downloader component ([@tchellomello] - [#10059]) ([downloader docs]) - Limits of the favorite level updated. Values between 0 and 16 will be accepted. ([@syssi] - [#10186]) ([fan.xiaomi_miio docs]) -- added Yesss SMS platform ([@flowolf] - [#10177]) ([notify.yessssms docs]) (new-platform) +- added Yesss SMS platform ([@flowolf] - [#10177]) (new-platform) - Add Sytadin Traffic component ([@gautric] - [#9524]) (new-platform) - media_title property now returns current source ([@etsinko] - [#10120]) ([media_player.monoprice docs]) - Added new Clickatell SMS messaging Notify Platform ([@davlloyd] - [#9775]) ([notify.clickatell docs]) (new-platform) @@ -585,7 +585,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [no_ip docs]: /integrations/no_ip/ [notify.clickatell docs]: /integrations/clickatell [notify.sendgrid docs]: /integrations/sendgrid -[notify.yessssms docs]: /integrations/yessssms [panel_custom docs]: /integrations/panel_custom/ [persistent_notification docs]: /integrations/persistent_notification/ [plant docs]: /integrations/plant/ diff --git a/source/_posts/2019-10-10-release-100.markdown b/source/_posts/2019-10-10-release-100.markdown index f50b8720265..a9e3c68e4e6 100644 --- a/source/_posts/2019-10-10-release-100.markdown +++ b/source/_posts/2019-10-10-release-100.markdown @@ -471,7 +471,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Fix possible OpenUV exception due to missing data ([@bachya] - [#26958]) ([openuv docs]) - Update pythonegardia to 1.0.40 ([@SneakSnackSnake] - [#27009]) ([egardia docs]) - Improve ecobee service schemas ([@marthoc] - [#26955]) ([ecobee docs]) -- Add more providers, bump yessssms version to 0.4.1 ([@flowolf] - [#26874]) ([yessssms docs]) +- Add more providers, bump yessssms version to 0.4.1 ([@flowolf] - [#26874]) - Upgrade youtube_dl to 2019.09.28 ([@BKPepe] - [#27031]) ([media_extractor docs]) - Add availability_template to Template Cover platform ([@grillp] - [#26509]) ([template docs]) - Add availability_template to Template Binary Sensor platform ([@grillp] - [#26510]) ([template docs]) @@ -1001,7 +1001,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [xbox_live docs]: /integrations/xbox_live/ [xiaomi_aqara docs]: /integrations/xiaomi_aqara/ [yandex_transport docs]: /integrations/yandex_transport/ -[yessssms docs]: /integrations/yessssms/ [zha docs]: /integrations/zha/ [zone docs]: /integrations/zone/ [zwave docs]: /integrations/zwave/ diff --git a/source/_posts/2020-01-15-release-104.markdown b/source/_posts/2020-01-15-release-104.markdown index b09976634eb..16037541a7a 100644 --- a/source/_posts/2020-01-15-release-104.markdown +++ b/source/_posts/2020-01-15-release-104.markdown @@ -723,7 +723,7 @@ Make sure to fill in all fields of the issue template, that is helping us a lot! - Sort imports according to PEP8 for components starting with "N" ([@basnijholt] - [#29773]) - Sort imports according to PEP8 for components starting with "W" ([@basnijholt] - [#29781]) - Sort imports according to PEP8 for components starting with "Q" ([@basnijholt] - [#29785]) -- Sort imports according to PEP8 for components starting with "Y" ([@basnijholt] - [#29783]) ([yale_smart_alarm docs]) ([yamaha docs]) ([yamaha_musiccast docs]) ([yandex_transport docs]) ([yeelightsunflower docs]) ([yessssms docs]) +- Sort imports according to PEP8 for components starting with "Y" ([@basnijholt] - [#29783]) ([yale_smart_alarm docs]) ([yamaha docs]) ([yamaha_musiccast docs]) ([yandex_transport docs]) ([yeelightsunflower docs]) - Sort imports according to PEP8 for components starting with "X" ([@basnijholt] - [#29782]) ([x10 docs]) ([xbox_live docs]) ([xeoma docs]) ([xiaomi_tv docs]) ([xmpp docs]) ([xs1 docs]) - Move imports to top for homekit ([@springstan] - [#29560]) ([homekit docs]) - Cleanup removed component ([@pvizeli] - [#29788]) @@ -2083,7 +2083,6 @@ Make sure to fill in all fields of the issue template, that is helping us a lot! [yandex_transport docs]: /integrations/yandex_transport/ [yeelight docs]: /integrations/yeelight/ [yeelightsunflower docs]: /integrations/yeelightsunflower/ -[yessssms docs]: /integrations/yessssms/ [zamg docs]: /integrations/zamg/ [zengge docs]: /integrations/zengge/ [zeroconf docs]: /integrations/zeroconf/ diff --git a/source/_posts/2020-10-28-release-117.markdown b/source/_posts/2020-10-28-release-117.markdown index f63ea27ed91..7a5aa87bcf4 100644 --- a/source/_posts/2020-10-28-release-117.markdown +++ b/source/_posts/2020-10-28-release-117.markdown @@ -1088,7 +1088,7 @@ is automatically imported after upgrading and can be safely removed afterward. - Use reference strings in Hunter Douglas PowerView ([@SNoof85] - [#41291]) ([hunterdouglas_powerview docs]) - Indicate to user that remote was turned off when call was attempted ([@elupus] - [#40715]) ([broadlink docs]) - Fix reported temperatures in Maxcube ([@Bre77] - [#41259]) ([maxcube docs]) -- Improve yessssms test notify ([@sycx2] - [#41283]) ([yessssms docs]) +- Improve yessssms test notify ([@sycx2] - [#41283]) - Use reference strings in ambient_station ([@SNoof85] - [#41276]) ([ambient_station docs]) - Don't use asynctest directly ([@balloob] - [#41306]) - Rewrite sigfox unittest tests to pytest ([@frangiz] - [#41302]) ([sigfox docs]) @@ -2866,7 +2866,6 @@ is automatically imported after upgrading and can be safely removed afterward. [xiaomi_aqara docs]: /integrations/xiaomi_aqara/ [xiaomi_miio docs]: /integrations/xiaomi_miio/ [yamaha_musiccast docs]: /integrations/yamaha_musiccast/ -[yessssms docs]: /integrations/yessssms/ [zabbix docs]: /integrations/zabbix/ [zengge docs]: /integrations/zengge/ [zeroconf docs]: /integrations/zeroconf/ diff --git a/source/_redirects b/source/_redirects index 1639219dcd4..8b4cb598139 100644 --- a/source/_redirects +++ b/source/_redirects @@ -602,7 +602,6 @@ /components/notify.twitter /integrations/twitter /components/notify.webostv /integrations/webostv /components/notify.xmpp /integrations/xmpp -/components/notify.yessssms /integrations/yessssms /components/openalpr /integrations/openalpr_local /components/pollen /integrations/iqvia /components/public_sensor.netatmo /integrations/netatmo @@ -1998,7 +1997,6 @@ /components/yandextts /integrations/yandextts /components/yeelight /integrations/yeelight /components/yeelightsunflower /integrations/yeelightsunflower -/components/yessssms /integrations/yessssms /components/yi /integrations/yi /components/zabbix /integrations/zabbix /components/zamg /integrations/zamg