From 13d282cb145531fa54fd6c6914694462dc533661 Mon Sep 17 00:00:00 2001 From: Marcel Herd Date: Tue, 15 Oct 2019 19:52:34 +0200 Subject: [PATCH] Issues/#10489 (#10634) * Renamed telegram files #10489 * Renamed telegram redirects #10489 * Replaced telegram URLs with renamed ones #10489 --- source/_integrations/telegram.markdown | 2 +- ...adcast.markdown => telegram_broadcast.markdown} | 0 ...gram_bot.markdown => telegram_chatbot.markdown} | 4 ++-- ...{polling.markdown => telegram_polling.markdown} | 0 ...ebhooks.markdown => telegram_webhooks.markdown} | 0 ...-25-config-panel-and-state-restoration.markdown | 2 +- .../2017-04-22-ikea-tradfri--spotify.markdown | 12 ++++++------ .../_posts/2017-05-06-zigbee-opencv-dlib.markdown | 6 +++--- ...5-20-automation-editor-zwave-panel-ocr.markdown | 10 +++++----- source/_posts/2017-06-04-release-46.markdown | 6 +++--- source/_posts/2017-06-17-release-47.markdown | 6 +++--- source/_posts/2017-07-02-release-48.markdown | 4 ++-- source/_posts/2017-07-16-release-49.markdown | 2 +- source/_posts/2017-07-29-release-50.markdown | 2 +- source/_posts/2017-08-12-release-51.markdown | 2 +- source/_posts/2017-09-09-release-53.markdown | 2 +- source/_posts/2017-10-21-release-56.markdown | 2 +- source/_posts/2017-11-18-release-58.markdown | 4 ++-- source/_posts/2018-01-14-release-61.markdown | 2 +- source/_posts/2018-02-26-release-64.markdown | 2 +- source/_posts/2018-03-09-release-65.markdown | 6 +++--- source/_posts/2018-03-30-release-66.markdown | 2 +- source/_posts/2018-05-18-release-70.markdown | 2 +- source/_posts/2018-07-16-release-73-2.markdown | 2 +- source/_posts/2018-09-15-release-78.markdown | 2 +- source/_posts/2018-10-12-release-80.markdown | 4 ++-- source/_posts/2018-10-29-release-81.markdown | 2 +- source/_posts/2018-11-08-release-82.markdown | 2 +- source/_posts/2019-03-13-release-89.markdown | 2 +- source/_posts/2019-04-03-release-91.markdown | 2 +- source/_posts/2019-04-24-release-92.markdown | 2 +- source/_posts/2019-05-16-release-93.markdown | 2 +- source/_redirects | 14 +++++++------- 33 files changed, 57 insertions(+), 57 deletions(-) rename source/_integrations/{broadcast.markdown => telegram_broadcast.markdown} (100%) rename source/_integrations/{telegram_bot.markdown => telegram_chatbot.markdown} (99%) rename source/_integrations/{polling.markdown => telegram_polling.markdown} (100%) rename source/_integrations/{webhooks.markdown => telegram_webhooks.markdown} (100%) diff --git a/source/_integrations/telegram.markdown b/source/_integrations/telegram.markdown index b2e0c331f82..d1e32de06e8 100644 --- a/source/_integrations/telegram.markdown +++ b/source/_integrations/telegram.markdown @@ -15,7 +15,7 @@ The `telegram` platform uses [Telegram](https://web.telegram.org) to deliver not The requirements are: - You need a [Telegram bot](https://core.telegram.org/bots). Please follow those [instructions](https://core.telegram.org/bots#6-botfather) to create one and get the token for your bot. Keep in mind that bots are not allowed to contact users. You need to make the first contact with your user. Meaning that you need to send a message to the bot from your user. -- You need to configure a [Telegram bot in Home Assistant](/integrations/telegram_bot) and define there your API key and the allowed chat ids to interact with. +- You need to configure a [Telegram bot in Home Assistant](/integrations/telegram_chatbot) and define there your API key and the allowed chat ids to interact with. - The `chat_id` of an allowed user. The quickest way to retrieve your `chat_id` is visiting `https://api.telegram.org/botYOUR_API_TOKEN/getUpdates` or to use `$ curl -X GET https://api.telegram.org/botYOUR_API_TOKEN/getUpdates` **after** you have sent the bot a message. Replace `YOUR_API_TOKEN` with your actual token. diff --git a/source/_integrations/broadcast.markdown b/source/_integrations/telegram_broadcast.markdown similarity index 100% rename from source/_integrations/broadcast.markdown rename to source/_integrations/telegram_broadcast.markdown diff --git a/source/_integrations/telegram_bot.markdown b/source/_integrations/telegram_chatbot.markdown similarity index 99% rename from source/_integrations/telegram_bot.markdown rename to source/_integrations/telegram_chatbot.markdown index acd69e31b5b..eb91c44efeb 100644 --- a/source/_integrations/telegram_bot.markdown +++ b/source/_integrations/telegram_chatbot.markdown @@ -10,9 +10,9 @@ ha_iot_class: Cloud Push Use Telegram on your mobile or desktop device to send and receive messages or commands to/from your Home Assistant. -This integration creates notification services to send, or edit previously sent, messages from a [Telegram Bot account](https://core.telegram.org/bots) configured either with the [polling](/integrations/polling) method or with the [webhooks](/integrations/webhooks) one, and trigger events when receiving messages. +This integration creates notification services to send, or edit previously sent, messages from a [Telegram Bot account](https://core.telegram.org/bots) configured either with the [polling](/integrations/telegram_polling) method or with the [webhooks](/integrations/telegram_webhooks) one, and trigger events when receiving messages. -If you don't need to receive messages, you can use the [broadcast](/integrations/broadcast) platform instead. +If you don't need to receive messages, you can use the [broadcast](/integrations/telegram_broadcast) platform instead. ## Notification services diff --git a/source/_integrations/polling.markdown b/source/_integrations/telegram_polling.markdown similarity index 100% rename from source/_integrations/polling.markdown rename to source/_integrations/telegram_polling.markdown diff --git a/source/_integrations/webhooks.markdown b/source/_integrations/telegram_webhooks.markdown similarity index 100% rename from source/_integrations/webhooks.markdown rename to source/_integrations/telegram_webhooks.markdown diff --git a/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown b/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown index 9c60f40e70e..b692820f1ad 100644 --- a/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown +++ b/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown @@ -283,7 +283,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@kitcorey]: https://github.com/kitcorey [@andersonshatch]: https://github.com/andersonshatch -[telegram]: /integrations/webhooks/ +[telegram]: /integrations/telegram_webhooks/ [pushsafer]: /integrations/pushsafer [openhome]: /integrations/openhome [ups]: /integrations/ups diff --git a/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown b/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown index 74444c2dcc7..ff381ec664f 100644 --- a/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown +++ b/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown @@ -472,9 +472,9 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch.tplink docs]: /integrations/tplink [switch.wake_on_lan docs]: /integrations/wake_on_lan#switch [switch.wemo docs]: /integrations/wemo -[telegram_bot docs]: /integrations/telegram_bot/ -[telegram_bot.polling docs]: /integrations/polling -[telegram_bot.webhooks docs]: /integrations/webhooks +[telegram_bot docs]: /integrations/telegram_chatbot/ +[telegram_bot.polling docs]: /integrations/telegram_polling +[telegram_bot.webhooks docs]: /integrations/telegram_webhooks [tts.google docs]: /integrations/google_translate [tts.marytts docs]: /integrations/marytts [vera docs]: /integrations/vera/ @@ -494,8 +494,8 @@ Experiencing issues introduced by this release? Please report them in our [issue [recorder docs]: /integrations/recorder/ [switch.hook docs]: /integrations/hook [switch.wemo docs]: /integrations/wemo -[telegram_bot docs]: /integrations/telegram_bot/ -[telegram_bot.webhooks docs]: /integrations/webhooks +[telegram_bot docs]: /integrations/telegram_chatbot/ +[telegram_bot.webhooks docs]: /integrations/telegram_webhooks [wemo docs]: /integrations/wemo/ [#7271]: https://github.com/home-assistant/home-assistant/pull/7271 [#7282]: https://github.com/home-assistant/home-assistant/pull/7282 @@ -511,5 +511,5 @@ Experiencing issues introduced by this release? Please report them in our [issue [hassio docs]: /integrations/hassio/ [notify.html5 docs]: /integrations/html5 [notify.telegram docs]: /integrations/telegram -[telegram_bot.polling docs]: /integrations/polling +[telegram_bot.polling docs]: /integrations/telegram_polling [discord]: https://discord.gg/c5DvZ4e diff --git a/source/_posts/2017-05-06-zigbee-opencv-dlib.markdown b/source/_posts/2017-05-06-zigbee-opencv-dlib.markdown index 2bbefe48db5..b4b4636072f 100644 --- a/source/_posts/2017-05-06-zigbee-opencv-dlib.markdown +++ b/source/_posts/2017-05-06-zigbee-opencv-dlib.markdown @@ -487,9 +487,9 @@ influxdb: [switch.thinkingcleaner docs]: /integrations/thinkingcleaner#switch [switch.wemo docs]: /integrations/wemo [switch.zha docs]: /integrations/zha -[telegram_bot docs]: /integrations/telegram_bot/ -[telegram_bot.polling docs]: /integrations/polling -[telegram_bot.webhooks docs]: /integrations/webhooks +[telegram_bot docs]: /integrations/telegram_chatbot/ +[telegram_bot.polling docs]: /integrations/telegram_polling +[telegram_bot.webhooks docs]: /integrations/telegram_webhooks [updater docs]: /integrations/updater/ [vera docs]: /integrations/vera/ [wemo docs]: /integrations/wemo/ diff --git a/source/_posts/2017-05-20-automation-editor-zwave-panel-ocr.markdown b/source/_posts/2017-05-20-automation-editor-zwave-panel-ocr.markdown index aa5c2db58a4..fd7684ca022 100644 --- a/source/_posts/2017-05-20-automation-editor-zwave-panel-ocr.markdown +++ b/source/_posts/2017-05-20-automation-editor-zwave-panel-ocr.markdown @@ -413,10 +413,10 @@ Experiencing issues introduced by this release? Please report them in our [issue [sensor.wunderground docs]: /integrations/wunderground [sun docs]: /integrations/sun/ [switch.rpi_pfio docs]: /integrations/rpi_pfio#switch -[telegram_bot docs]: /integrations/telegram_bot/ -[telegram_bot.polling docs]: /integrations/polling -[telegram_bot.services.yaml docs]: /integrations/telegram_bot/#notification-services -[telegram_bot.webhooks docs]: /integrations/webhooks +[telegram_bot docs]: /integrations/telegram_chatbot/ +[telegram_bot.polling docs]: /integrations/telegram_polling +[telegram_bot.services.yaml docs]: /integrations/telegram_chatbot/#notification-services +[telegram_bot.webhooks docs]: /integrations/telegram_webhooks [tradfri docs]: /integrations/tradfri/ [vera docs]: /integrations/vera/ [websocket_api docs]: /integrations/websocket_api/ @@ -434,5 +434,5 @@ Experiencing issues introduced by this release? Please report them in our [issue [device_tracker.ubus docs]: /integrations/ubus [hassio docs]: /integrations/hassio/ [media_player.volumio docs]: /integrations/volumio -[telegram_bot.__init__ docs]: /integrations/telegram_bot/ +[telegram_bot.__init__ docs]: /integrations/telegram_chatbot/ [discord]: https://discord.gg/c5DvZ4e diff --git a/source/_posts/2017-06-04-release-46.markdown b/source/_posts/2017-06-04-release-46.markdown index c6cb01e8558..de6ecb3d5ee 100644 --- a/source/_posts/2017-06-04-release-46.markdown +++ b/source/_posts/2017-06-04-release-46.markdown @@ -369,9 +369,9 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch.broadlink docs]: /integrations/broadlink#switch [switch.rachio docs]: /integrations/rachio#switch [switch.rflink docs]: /integrations/switch.rflink/ -[telegram_bot.__init__ docs]: /integrations/telegram_bot/ -[telegram_bot.polling docs]: /integrations/polling -[telegram_bot.webhooks docs]: /integrations/webhooks +[telegram_bot.__init__ docs]: /integrations/telegram_chatbot/ +[telegram_bot.polling docs]: /integrations/telegram_polling +[telegram_bot.webhooks docs]: /integrations/telegram_webhooks [tellduslive docs]: /integrations/tellduslive/ [upnp docs]: /integrations/upnp/ [zoneminder docs]: /integrations/zoneminder/ diff --git a/source/_posts/2017-06-17-release-47.markdown b/source/_posts/2017-06-17-release-47.markdown index ffca4c6f80d..af58001c4d2 100644 --- a/source/_posts/2017-06-17-release-47.markdown +++ b/source/_posts/2017-06-17-release-47.markdown @@ -547,9 +547,9 @@ automation: [switch.raspihats docs]: /integrations/raspihats#switch [switch.rest docs]: /integrations/switch.rest/ [switch.template docs]: /integrations/switch.template/ -[telegram_bot.__init__ docs]: /integrations/telegram_bot/ -[telegram_bot.polling docs]: /integrations/polling -[telegram_bot.webhooks docs]: /integrations/webhooks +[telegram_bot.__init__ docs]: /integrations/telegram_chatbot/ +[telegram_bot.polling docs]: /integrations/telegram_polling +[telegram_bot.webhooks docs]: /integrations/telegram_webhooks [updater docs]: /integrations/updater/ [vera docs]: /integrations/vera/ [volvooncall docs]: /integrations/volvooncall/ diff --git a/source/_posts/2017-07-02-release-48.markdown b/source/_posts/2017-07-02-release-48.markdown index 8712f37a6b8..c72da3d136e 100644 --- a/source/_posts/2017-07-02-release-48.markdown +++ b/source/_posts/2017-07-02-release-48.markdown @@ -505,8 +505,8 @@ light: [switch.verisure docs]: /integrations/verisure [switch.wake_on_lan docs]: /integrations/wake_on_lan#switch [tado docs]: /integrations/tado/ -[telegram_bot docs]: /integrations/telegram_bot/ -[telegram_bot.webhooks docs]: /integrations/webhooks +[telegram_bot docs]: /integrations/telegram_chatbot/ +[telegram_bot.webhooks docs]: /integrations/telegram_webhooks [tellduslive docs]: /integrations/tellduslive/ [tts docs]: /integrations/tts/ [upnp docs]: /integrations/upnp/ diff --git a/source/_posts/2017-07-16-release-49.markdown b/source/_posts/2017-07-16-release-49.markdown index 6f8201c8916..e7d2c1100b2 100644 --- a/source/_posts/2017-07-16-release-49.markdown +++ b/source/_posts/2017-07-16-release-49.markdown @@ -488,7 +488,7 @@ amcrest: [@maikelwever]: https://github.com/maikelwever [@ypollart]: https://github.com/ypollart [binary_sensor.rfxtrx docs]: /integrations/binary_sensor.rfxtrx/ -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [#8545]: https://github.com/home-assistant/home-assistant/pull/8545 [#8571]: https://github.com/home-assistant/home-assistant/pull/8571 [#8601]: https://github.com/home-assistant/home-assistant/pull/8601 diff --git a/source/_posts/2017-07-29-release-50.markdown b/source/_posts/2017-07-29-release-50.markdown index 5d2264acc3d..442d67008c2 100644 --- a/source/_posts/2017-07-29-release-50.markdown +++ b/source/_posts/2017-07-29-release-50.markdown @@ -418,5 +418,5 @@ conversation: [@n8henrie]: https://github.com/n8henrie [light.tradfri docs]: /integrations/tradfri [media_player.pioneer docs]: /integrations/pioneer -[telegram_bot.webhooks docs]: /integrations/webhooks +[telegram_bot.webhooks docs]: /integrations/telegram_webhooks [zwave docs]: /integrations/zwave/ diff --git a/source/_posts/2017-08-12-release-51.markdown b/source/_posts/2017-08-12-release-51.markdown index 76f8cd2fb65..8ce4edd2269 100644 --- a/source/_posts/2017-08-12-release-51.markdown +++ b/source/_posts/2017-08-12-release-51.markdown @@ -442,7 +442,7 @@ vacuum: [switch.rainmachine docs]: /integrations/rainmachine#switch [switch.wink docs]: /integrations/wink#switch [switch.xiaomi_vacuum docs]: /integrations/vacuum.xiaomi_miio/ -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [updater docs]: /integrations/updater/ [vacuum docs]: /integrations/vacuum/ [vacuum.demo docs]: /integrations/vacuum.demo/ diff --git a/source/_posts/2017-09-09-release-53.markdown b/source/_posts/2017-09-09-release-53.markdown index d0c05471051..27abd107487 100644 --- a/source/_posts/2017-09-09-release-53.markdown +++ b/source/_posts/2017-09-09-release-53.markdown @@ -439,7 +439,7 @@ frontend: [switch.rest docs]: /integrations/switch.rest/ [switch.rfxtrx docs]: /integrations/switch.rfxtrx/ [switch.knx docs]: /integrations/switch.knx/ -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [tesla docs]: /integrations/tesla/ [tradfri docs]: /integrations/tradfri/ [volvooncall docs]: /integrations/volvooncall/ diff --git a/source/_posts/2017-10-21-release-56.markdown b/source/_posts/2017-10-21-release-56.markdown index 5cb0cba975d..0bb5badf242 100644 --- a/source/_posts/2017-10-21-release-56.markdown +++ b/source/_posts/2017-10-21-release-56.markdown @@ -529,7 +529,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch.tplink docs]: /integrations/tplink [switch.wink docs]: /integrations/wink#switch [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [tesla docs]: /integrations/tesla/ [toon docs]: /integrations/toon/ [tradfri docs]: /integrations/tradfri/ diff --git a/source/_posts/2017-11-18-release-58.markdown b/source/_posts/2017-11-18-release-58.markdown index 8d349a0d9af..7193cb8751f 100644 --- a/source/_posts/2017-11-18-release-58.markdown +++ b/source/_posts/2017-11-18-release-58.markdown @@ -469,8 +469,8 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch.snmp docs]: /integrations/snmp#switch [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ [system_log docs]: /integrations/system_log/ -[telegram_bot docs]: /integrations/telegram_bot/ -[telegram_bot.polling docs]: /integrations/polling +[telegram_bot docs]: /integrations/telegram_chatbot/ +[telegram_bot.polling docs]: /integrations/telegram_polling [tradfri docs]: /integrations/tradfri/ [tts docs]: /integrations/tts/ [tts.google docs]: /integrations/google_translate diff --git a/source/_posts/2018-01-14-release-61.markdown b/source/_posts/2018-01-14-release-61.markdown index 64aaae1f4e4..95c6c42ceac 100644 --- a/source/_posts/2018-01-14-release-61.markdown +++ b/source/_posts/2018-01-14-release-61.markdown @@ -760,7 +760,7 @@ Note however, that this feature was replaced by a new ignore_string config optio [switch.transmission docs]: /integrations/transmission [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ [tahoma docs]: /integrations/tahoma/ -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [timer docs]: /integrations/timer/ [tts.baidu docs]: /integrations/baidu [tts.marytts docs]: /integrations/marytts diff --git a/source/_posts/2018-02-26-release-64.markdown b/source/_posts/2018-02-26-release-64.markdown index 9944c1634fe..72a5c8cff7e 100644 --- a/source/_posts/2018-02-26-release-64.markdown +++ b/source/_posts/2018-02-26-release-64.markdown @@ -576,7 +576,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch.smappee docs]: /integrations/smappee [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ [tahoma docs]: /integrations/tahoma/ -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [vacuum.xiaomi_miio docs]: /integrations/vacuum.xiaomi_miio/ [vera docs]: /integrations/vera/ [weather.buienradar docs]: /integrations/buienradar diff --git a/source/_posts/2018-03-09-release-65.markdown b/source/_posts/2018-03-09-release-65.markdown index 1c76851490c..a4aa5d24de9 100644 --- a/source/_posts/2018-03-09-release-65.markdown +++ b/source/_posts/2018-03-09-release-65.markdown @@ -644,9 +644,9 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch.xiaomi_aqara docs]: /integrations/switch.xiaomi_aqara/ [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ [switch.zha docs]: /integrations/zha -[telegram_bot.broadcast docs]: /integrations/broadcast -[telegram_bot.polling docs]: /integrations/polling -[telegram_bot.webhooks docs]: /integrations/webhooks +[telegram_bot.broadcast docs]: /integrations/telegram_broadcast +[telegram_bot.polling docs]: /integrations/telegram_polling +[telegram_bot.webhooks docs]: /integrations/telegram_webhooks [upcloud docs]: /integrations/upcloud/ [vacuum.xiaomi_miio docs]: /integrations/vacuum.xiaomi_miio/ [weather docs]: /integrations/weather/ diff --git a/source/_posts/2018-03-30-release-66.markdown b/source/_posts/2018-03-30-release-66.markdown index 8a16136aadb..8b54fe16309 100644 --- a/source/_posts/2018-03-30-release-66.markdown +++ b/source/_posts/2018-03-30-release-66.markdown @@ -550,7 +550,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch.vesync docs]: /integrations/vesync#switches [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ [switch.zha docs]: /integrations/zha -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [upcloud docs]: /integrations/upcloud/ [vacuum.xiaomi_miio docs]: /integrations/vacuum.xiaomi_miio/ [weather.darksky docs]: /integrations/weather.darksky/ diff --git a/source/_posts/2018-05-18-release-70.markdown b/source/_posts/2018-05-18-release-70.markdown index 60cd476658b..1fde7339710 100644 --- a/source/_posts/2018-05-18-release-70.markdown +++ b/source/_posts/2018-05-18-release-70.markdown @@ -432,7 +432,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch.tahoma docs]: /integrations/tahoma [system_log docs]: /integrations/system_log/ [tahoma docs]: /integrations/tahoma/ -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [tts docs]: /integrations/tts/ [updater docs]: /integrations/updater/ [weather.bom docs]: /integrations/bom diff --git a/source/_posts/2018-07-16-release-73-2.markdown b/source/_posts/2018-07-16-release-73-2.markdown index 251bb843ade..b0fda1db48a 100644 --- a/source/_posts/2018-07-16-release-73-2.markdown +++ b/source/_posts/2018-07-16-release-73-2.markdown @@ -33,7 +33,7 @@ After research, the following integrations have been impacted. Although the odds - [scene.lifx_cloud](/integrations/lifx_cloud) - [switch.hook](/integrations/hook) - [switch.rest](/integrations/switch.rest/) -- [telegram_bot.polling](/integrations/polling) +- [telegram_bot.polling](/integrations/telegram_polling) - [tts.voicerss](/integrations/voicerss) Also impacted, but integrations are read only: diff --git a/source/_posts/2018-09-15-release-78.markdown b/source/_posts/2018-09-15-release-78.markdown index ddebd0a075c..92655fe1979 100644 --- a/source/_posts/2018-09-15-release-78.markdown +++ b/source/_posts/2018-09-15-release-78.markdown @@ -480,7 +480,7 @@ The configuration value type should no longer be used. ([@endor-force] - [#15935 [switch.tahoma docs]: /integrations/tahoma [switch.tplink docs]: /integrations/tplink [tahoma docs]: /integrations/tahoma/ -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [tts docs]: /integrations/tts/ [upnp docs]: /integrations/upnp/ [vacuum docs]: /integrations/vacuum/ diff --git a/source/_posts/2018-10-12-release-80.markdown b/source/_posts/2018-10-12-release-80.markdown index 4351081033e..fa54d4a3f93 100644 --- a/source/_posts/2018-10-12-release-80.markdown +++ b/source/_posts/2018-10-12-release-80.markdown @@ -80,7 +80,7 @@ On the devices side, we got basic support for the new IKEA TRÅDFRI switches, Ho [camera.blink docs]: /integrations/blink [cloud docs]: /integrations/cloud/ [sensor.blink docs]: /integrations/blink -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ ## Release 0.80.3 - October 18 @@ -709,7 +709,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch.tradfri docs]: /integrations/tradfri [switch.volvooncall docs]: /integrations/volvooncall [switch.xiaomi_aqara docs]: /integrations/switch.xiaomi_aqara/ -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [tibber docs]: /integrations/tibber/ [timer docs]: /integrations/timer/ [tradfri docs]: /integrations/tradfri/ diff --git a/source/_posts/2018-10-29-release-81.markdown b/source/_posts/2018-10-29-release-81.markdown index c6a5d31443d..8312fb5ee2e 100644 --- a/source/_posts/2018-10-29-release-81.markdown +++ b/source/_posts/2018-10-29-release-81.markdown @@ -843,7 +843,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch.xiaomi_aqara docs]: /integrations/switch.xiaomi_aqara/ [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ [switch.zwave docs]: /integrations/zwave -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [tts docs]: /integrations/tts/ [twilio docs]: /integrations/twilio/ [unifi docs]: /integrations/unifi/ diff --git a/source/_posts/2018-11-08-release-82.markdown b/source/_posts/2018-11-08-release-82.markdown index 1f95b61a1a3..cdc29a83f86 100644 --- a/source/_posts/2018-11-08-release-82.markdown +++ b/source/_posts/2018-11-08-release-82.markdown @@ -678,7 +678,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch.xiaomi_aqara docs]: /integrations/switch.xiaomi_aqara/ [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ [switch.zigbee docs]: /integrations/zigbee#switch -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [tts docs]: /integrations/tts/ [twilio docs]: /integrations/twilio/ [updater docs]: /integrations/updater/ diff --git a/source/_posts/2019-03-13-release-89.markdown b/source/_posts/2019-03-13-release-89.markdown index 8b78cb14b2e..9999d3ed86b 100644 --- a/source/_posts/2019-03-13-release-89.markdown +++ b/source/_posts/2019-03-13-release-89.markdown @@ -714,7 +714,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch.tplink docs]: /integrations/tplink [system_log docs]: /integrations/system_log/ [tahoma docs]: /integrations/tahoma/ -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [tellduslive docs]: /integrations/tellduslive/ [tibber docs]: /integrations/tibber/ [toon docs]: /integrations/toon/ diff --git a/source/_posts/2019-04-03-release-91.markdown b/source/_posts/2019-04-03-release-91.markdown index 18e928ea157..2949fc1e9ba 100644 --- a/source/_posts/2019-04-03-release-91.markdown +++ b/source/_posts/2019-04-03-release-91.markdown @@ -831,7 +831,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch docs]: /integrations/switch/ [switchbot docs]: /integrations/switchbot/ [systemmonitor docs]: /integrations/systemmonitor/ -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [tellduslive docs]: /integrations/tellduslive/ [tfiac docs]: /integrations/tfiac/ [tibber docs]: /integrations/tibber/ diff --git a/source/_posts/2019-04-24-release-92.markdown b/source/_posts/2019-04-24-release-92.markdown index 73dafc2baed..150497511b6 100644 --- a/source/_posts/2019-04-24-release-92.markdown +++ b/source/_posts/2019-04-24-release-92.markdown @@ -1077,7 +1077,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [stream docs]: /integrations/stream/ [supla docs]: /integrations/supla/ [switch docs]: /integrations/switch/ -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [tellduslive docs]: /integrations/tellduslive/ [tplink docs]: /integrations/tplink/ [trend docs]: /integrations/trend/ diff --git a/source/_posts/2019-05-16-release-93.markdown b/source/_posts/2019-05-16-release-93.markdown index d1559eb9064..0f14aa39063 100644 --- a/source/_posts/2019-05-16-release-93.markdown +++ b/source/_posts/2019-05-16-release-93.markdown @@ -854,7 +854,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [systemmonitor docs]: /integrations/systemmonitor/ [tapsaff docs]: /integrations/tapsaff/ [ted5000 docs]: /integrations/ted5000/ -[telegram_bot docs]: /integrations/telegram_bot/ +[telegram_bot docs]: /integrations/telegram_chatbot/ [tellduslive docs]: /integrations/tellduslive/ [tensorflow docs]: /integrations/tensorflow/ [thethingsnetwork docs]: /integrations/thethingsnetwork/ diff --git a/source/_redirects b/source/_redirects index d1f22bec832..454eddd2e52 100644 --- a/source/_redirects +++ b/source/_redirects @@ -1066,9 +1066,9 @@ /components/switch.zigbee /integrations/zigbee#switch /components/switch.zoneminder /integrations/zoneminder#switch /components/switch.zwave /integrations/zwave -/components/telegram_bot.broadcast /integrations/broadcast -/components/telegram_bot.polling /integrations/polling -/components/telegram_bot.webhooks /integrations/webhooks +/components/telegram_bot.broadcast /integrations/telegram_broadcast +/components/telegram_bot.polling /integrations/telegram_polling +/components/telegram_bot.webhooks /integrations/telegram_webhooks /components/tts.amazon_polly /integrations/amazon_polly /components/tts.baidu /integrations/baidu /components/tts.google /integrations/google_translate @@ -1190,7 +1190,7 @@ /components/bmw_connected_drive /integrations/bmw_connected_drive /components/bom /integrations/bom /components/braviatv /integrations/braviatv -/components/broadcast /integrations/broadcast +/components/broadcast /integrations/telegram_broadcast /components/broadlink /integrations/broadlink /components/brottsplatskartan /integrations/brottsplatskartan /components/browser /integrations/browser @@ -1710,7 +1710,7 @@ /components/plum_lightpad /integrations/plum_lightpad /components/pocketcasts /integrations/pocketcasts /components/point /integrations/point -/components/polling /integrations/polling +/components/polling /integrations/telegram_polling /components/postnl /integrations/postnl /components/prezzibenzina /integrations/prezzibenzina /components/proliphix /integrations/proliphix @@ -1908,7 +1908,7 @@ /components/ted5000 /integrations/ted5000 /components/teksavvy /integrations/teksavvy /components/telegram /integrations/telegram -/components/telegram_bot /integrations/telegram_bot +/components/telegram_bot /integrations/telegram_chatbot /components/tellduslive /integrations/tellduslive /components/tellstick /integrations/tellstick /components/telnet /integrations/telnet @@ -2009,7 +2009,7 @@ /components/weather /integrations/weather /components/weather.darksky /integrations/weather.darksky /components/webhook /integrations/webhook -/components/webhooks /integrations/webhooks +/components/webhooks /integrations/telegram_webhooks /components/weblink /integrations/weblink /components/webostv /integrations/webostv /components/websocket_api /integrations/websocket_api