Issues/#10489 (#10634)

* Renamed telegram files #10489

* Renamed telegram redirects #10489

* Replaced telegram URLs with renamed ones #10489
This commit is contained in:
Marcel Herd 2019-10-15 19:52:34 +02:00 committed by Franck Nijhof
parent baf3cf4a4a
commit 13d282cb14
33 changed files with 57 additions and 57 deletions

View File

@ -15,7 +15,7 @@ The `telegram` platform uses [Telegram](https://web.telegram.org) to deliver not
The requirements are: 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 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 `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. 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.

View File

@ -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. 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 ## Notification services

View File

@ -283,7 +283,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@kitcorey]: https://github.com/kitcorey [@kitcorey]: https://github.com/kitcorey
[@andersonshatch]: https://github.com/andersonshatch [@andersonshatch]: https://github.com/andersonshatch
[telegram]: /integrations/webhooks/ [telegram]: /integrations/telegram_webhooks/
[pushsafer]: /integrations/pushsafer [pushsafer]: /integrations/pushsafer
[openhome]: /integrations/openhome [openhome]: /integrations/openhome
[ups]: /integrations/ups [ups]: /integrations/ups

View File

@ -472,9 +472,9 @@ Experiencing issues introduced by this release? Please report them in our [issue
[switch.tplink docs]: /integrations/tplink [switch.tplink docs]: /integrations/tplink
[switch.wake_on_lan docs]: /integrations/wake_on_lan#switch [switch.wake_on_lan docs]: /integrations/wake_on_lan#switch
[switch.wemo docs]: /integrations/wemo [switch.wemo docs]: /integrations/wemo
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[telegram_bot.polling docs]: /integrations/polling [telegram_bot.polling docs]: /integrations/telegram_polling
[telegram_bot.webhooks docs]: /integrations/webhooks [telegram_bot.webhooks docs]: /integrations/telegram_webhooks
[tts.google docs]: /integrations/google_translate [tts.google docs]: /integrations/google_translate
[tts.marytts docs]: /integrations/marytts [tts.marytts docs]: /integrations/marytts
[vera docs]: /integrations/vera/ [vera docs]: /integrations/vera/
@ -494,8 +494,8 @@ Experiencing issues introduced by this release? Please report them in our [issue
[recorder docs]: /integrations/recorder/ [recorder docs]: /integrations/recorder/
[switch.hook docs]: /integrations/hook [switch.hook docs]: /integrations/hook
[switch.wemo docs]: /integrations/wemo [switch.wemo docs]: /integrations/wemo
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[telegram_bot.webhooks docs]: /integrations/webhooks [telegram_bot.webhooks docs]: /integrations/telegram_webhooks
[wemo docs]: /integrations/wemo/ [wemo docs]: /integrations/wemo/
[#7271]: https://github.com/home-assistant/home-assistant/pull/7271 [#7271]: https://github.com/home-assistant/home-assistant/pull/7271
[#7282]: https://github.com/home-assistant/home-assistant/pull/7282 [#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/ [hassio docs]: /integrations/hassio/
[notify.html5 docs]: /integrations/html5 [notify.html5 docs]: /integrations/html5
[notify.telegram docs]: /integrations/telegram [notify.telegram docs]: /integrations/telegram
[telegram_bot.polling docs]: /integrations/polling [telegram_bot.polling docs]: /integrations/telegram_polling
[discord]: https://discord.gg/c5DvZ4e [discord]: https://discord.gg/c5DvZ4e

View File

@ -487,9 +487,9 @@ influxdb:
[switch.thinkingcleaner docs]: /integrations/thinkingcleaner#switch [switch.thinkingcleaner docs]: /integrations/thinkingcleaner#switch
[switch.wemo docs]: /integrations/wemo [switch.wemo docs]: /integrations/wemo
[switch.zha docs]: /integrations/zha [switch.zha docs]: /integrations/zha
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[telegram_bot.polling docs]: /integrations/polling [telegram_bot.polling docs]: /integrations/telegram_polling
[telegram_bot.webhooks docs]: /integrations/webhooks [telegram_bot.webhooks docs]: /integrations/telegram_webhooks
[updater docs]: /integrations/updater/ [updater docs]: /integrations/updater/
[vera docs]: /integrations/vera/ [vera docs]: /integrations/vera/
[wemo docs]: /integrations/wemo/ [wemo docs]: /integrations/wemo/

View File

@ -413,10 +413,10 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sensor.wunderground docs]: /integrations/wunderground [sensor.wunderground docs]: /integrations/wunderground
[sun docs]: /integrations/sun/ [sun docs]: /integrations/sun/
[switch.rpi_pfio docs]: /integrations/rpi_pfio#switch [switch.rpi_pfio docs]: /integrations/rpi_pfio#switch
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[telegram_bot.polling docs]: /integrations/polling [telegram_bot.polling docs]: /integrations/telegram_polling
[telegram_bot.services.yaml docs]: /integrations/telegram_bot/#notification-services [telegram_bot.services.yaml docs]: /integrations/telegram_chatbot/#notification-services
[telegram_bot.webhooks docs]: /integrations/webhooks [telegram_bot.webhooks docs]: /integrations/telegram_webhooks
[tradfri docs]: /integrations/tradfri/ [tradfri docs]: /integrations/tradfri/
[vera docs]: /integrations/vera/ [vera docs]: /integrations/vera/
[websocket_api docs]: /integrations/websocket_api/ [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 [device_tracker.ubus docs]: /integrations/ubus
[hassio docs]: /integrations/hassio/ [hassio docs]: /integrations/hassio/
[media_player.volumio docs]: /integrations/volumio [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 [discord]: https://discord.gg/c5DvZ4e

View File

@ -369,9 +369,9 @@ Experiencing issues introduced by this release? Please report them in our [issue
[switch.broadlink docs]: /integrations/broadlink#switch [switch.broadlink docs]: /integrations/broadlink#switch
[switch.rachio docs]: /integrations/rachio#switch [switch.rachio docs]: /integrations/rachio#switch
[switch.rflink docs]: /integrations/switch.rflink/ [switch.rflink docs]: /integrations/switch.rflink/
[telegram_bot.__init__ docs]: /integrations/telegram_bot/ [telegram_bot.__init__ docs]: /integrations/telegram_chatbot/
[telegram_bot.polling docs]: /integrations/polling [telegram_bot.polling docs]: /integrations/telegram_polling
[telegram_bot.webhooks docs]: /integrations/webhooks [telegram_bot.webhooks docs]: /integrations/telegram_webhooks
[tellduslive docs]: /integrations/tellduslive/ [tellduslive docs]: /integrations/tellduslive/
[upnp docs]: /integrations/upnp/ [upnp docs]: /integrations/upnp/
[zoneminder docs]: /integrations/zoneminder/ [zoneminder docs]: /integrations/zoneminder/

View File

@ -547,9 +547,9 @@ automation:
[switch.raspihats docs]: /integrations/raspihats#switch [switch.raspihats docs]: /integrations/raspihats#switch
[switch.rest docs]: /integrations/switch.rest/ [switch.rest docs]: /integrations/switch.rest/
[switch.template docs]: /integrations/switch.template/ [switch.template docs]: /integrations/switch.template/
[telegram_bot.__init__ docs]: /integrations/telegram_bot/ [telegram_bot.__init__ docs]: /integrations/telegram_chatbot/
[telegram_bot.polling docs]: /integrations/polling [telegram_bot.polling docs]: /integrations/telegram_polling
[telegram_bot.webhooks docs]: /integrations/webhooks [telegram_bot.webhooks docs]: /integrations/telegram_webhooks
[updater docs]: /integrations/updater/ [updater docs]: /integrations/updater/
[vera docs]: /integrations/vera/ [vera docs]: /integrations/vera/
[volvooncall docs]: /integrations/volvooncall/ [volvooncall docs]: /integrations/volvooncall/

View File

@ -505,8 +505,8 @@ light:
[switch.verisure docs]: /integrations/verisure [switch.verisure docs]: /integrations/verisure
[switch.wake_on_lan docs]: /integrations/wake_on_lan#switch [switch.wake_on_lan docs]: /integrations/wake_on_lan#switch
[tado docs]: /integrations/tado/ [tado docs]: /integrations/tado/
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[telegram_bot.webhooks docs]: /integrations/webhooks [telegram_bot.webhooks docs]: /integrations/telegram_webhooks
[tellduslive docs]: /integrations/tellduslive/ [tellduslive docs]: /integrations/tellduslive/
[tts docs]: /integrations/tts/ [tts docs]: /integrations/tts/
[upnp docs]: /integrations/upnp/ [upnp docs]: /integrations/upnp/

View File

@ -488,7 +488,7 @@ amcrest:
[@maikelwever]: https://github.com/maikelwever [@maikelwever]: https://github.com/maikelwever
[@ypollart]: https://github.com/ypollart [@ypollart]: https://github.com/ypollart
[binary_sensor.rfxtrx docs]: /integrations/binary_sensor.rfxtrx/ [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 [#8545]: https://github.com/home-assistant/home-assistant/pull/8545
[#8571]: https://github.com/home-assistant/home-assistant/pull/8571 [#8571]: https://github.com/home-assistant/home-assistant/pull/8571
[#8601]: https://github.com/home-assistant/home-assistant/pull/8601 [#8601]: https://github.com/home-assistant/home-assistant/pull/8601

View File

@ -418,5 +418,5 @@ conversation:
[@n8henrie]: https://github.com/n8henrie [@n8henrie]: https://github.com/n8henrie
[light.tradfri docs]: /integrations/tradfri [light.tradfri docs]: /integrations/tradfri
[media_player.pioneer docs]: /integrations/pioneer [media_player.pioneer docs]: /integrations/pioneer
[telegram_bot.webhooks docs]: /integrations/webhooks [telegram_bot.webhooks docs]: /integrations/telegram_webhooks
[zwave docs]: /integrations/zwave/ [zwave docs]: /integrations/zwave/

View File

@ -442,7 +442,7 @@ vacuum:
[switch.rainmachine docs]: /integrations/rainmachine#switch [switch.rainmachine docs]: /integrations/rainmachine#switch
[switch.wink docs]: /integrations/wink#switch [switch.wink docs]: /integrations/wink#switch
[switch.xiaomi_vacuum docs]: /integrations/vacuum.xiaomi_miio/ [switch.xiaomi_vacuum docs]: /integrations/vacuum.xiaomi_miio/
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[updater docs]: /integrations/updater/ [updater docs]: /integrations/updater/
[vacuum docs]: /integrations/vacuum/ [vacuum docs]: /integrations/vacuum/
[vacuum.demo docs]: /integrations/vacuum.demo/ [vacuum.demo docs]: /integrations/vacuum.demo/

View File

@ -439,7 +439,7 @@ frontend:
[switch.rest docs]: /integrations/switch.rest/ [switch.rest docs]: /integrations/switch.rest/
[switch.rfxtrx docs]: /integrations/switch.rfxtrx/ [switch.rfxtrx docs]: /integrations/switch.rfxtrx/
[switch.knx docs]: /integrations/switch.knx/ [switch.knx docs]: /integrations/switch.knx/
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[tesla docs]: /integrations/tesla/ [tesla docs]: /integrations/tesla/
[tradfri docs]: /integrations/tradfri/ [tradfri docs]: /integrations/tradfri/
[volvooncall docs]: /integrations/volvooncall/ [volvooncall docs]: /integrations/volvooncall/

View File

@ -529,7 +529,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[switch.tplink docs]: /integrations/tplink [switch.tplink docs]: /integrations/tplink
[switch.wink docs]: /integrations/wink#switch [switch.wink docs]: /integrations/wink#switch
[switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[tesla docs]: /integrations/tesla/ [tesla docs]: /integrations/tesla/
[toon docs]: /integrations/toon/ [toon docs]: /integrations/toon/
[tradfri docs]: /integrations/tradfri/ [tradfri docs]: /integrations/tradfri/

View File

@ -469,8 +469,8 @@ Experiencing issues introduced by this release? Please report them in our [issue
[switch.snmp docs]: /integrations/snmp#switch [switch.snmp docs]: /integrations/snmp#switch
[switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/
[system_log docs]: /integrations/system_log/ [system_log docs]: /integrations/system_log/
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[telegram_bot.polling docs]: /integrations/polling [telegram_bot.polling docs]: /integrations/telegram_polling
[tradfri docs]: /integrations/tradfri/ [tradfri docs]: /integrations/tradfri/
[tts docs]: /integrations/tts/ [tts docs]: /integrations/tts/
[tts.google docs]: /integrations/google_translate [tts.google docs]: /integrations/google_translate

View File

@ -760,7 +760,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
[switch.transmission docs]: /integrations/transmission [switch.transmission docs]: /integrations/transmission
[switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/
[tahoma docs]: /integrations/tahoma/ [tahoma docs]: /integrations/tahoma/
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[timer docs]: /integrations/timer/ [timer docs]: /integrations/timer/
[tts.baidu docs]: /integrations/baidu [tts.baidu docs]: /integrations/baidu
[tts.marytts docs]: /integrations/marytts [tts.marytts docs]: /integrations/marytts

View File

@ -576,7 +576,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[switch.smappee docs]: /integrations/smappee [switch.smappee docs]: /integrations/smappee
[switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/
[tahoma docs]: /integrations/tahoma/ [tahoma docs]: /integrations/tahoma/
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[vacuum.xiaomi_miio docs]: /integrations/vacuum.xiaomi_miio/ [vacuum.xiaomi_miio docs]: /integrations/vacuum.xiaomi_miio/
[vera docs]: /integrations/vera/ [vera docs]: /integrations/vera/
[weather.buienradar docs]: /integrations/buienradar [weather.buienradar docs]: /integrations/buienradar

View File

@ -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_aqara docs]: /integrations/switch.xiaomi_aqara/
[switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/
[switch.zha docs]: /integrations/zha [switch.zha docs]: /integrations/zha
[telegram_bot.broadcast docs]: /integrations/broadcast [telegram_bot.broadcast docs]: /integrations/telegram_broadcast
[telegram_bot.polling docs]: /integrations/polling [telegram_bot.polling docs]: /integrations/telegram_polling
[telegram_bot.webhooks docs]: /integrations/webhooks [telegram_bot.webhooks docs]: /integrations/telegram_webhooks
[upcloud docs]: /integrations/upcloud/ [upcloud docs]: /integrations/upcloud/
[vacuum.xiaomi_miio docs]: /integrations/vacuum.xiaomi_miio/ [vacuum.xiaomi_miio docs]: /integrations/vacuum.xiaomi_miio/
[weather docs]: /integrations/weather/ [weather docs]: /integrations/weather/

View File

@ -550,7 +550,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[switch.vesync docs]: /integrations/vesync#switches [switch.vesync docs]: /integrations/vesync#switches
[switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/
[switch.zha docs]: /integrations/zha [switch.zha docs]: /integrations/zha
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[upcloud docs]: /integrations/upcloud/ [upcloud docs]: /integrations/upcloud/
[vacuum.xiaomi_miio docs]: /integrations/vacuum.xiaomi_miio/ [vacuum.xiaomi_miio docs]: /integrations/vacuum.xiaomi_miio/
[weather.darksky docs]: /integrations/weather.darksky/ [weather.darksky docs]: /integrations/weather.darksky/

View File

@ -432,7 +432,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[switch.tahoma docs]: /integrations/tahoma [switch.tahoma docs]: /integrations/tahoma
[system_log docs]: /integrations/system_log/ [system_log docs]: /integrations/system_log/
[tahoma docs]: /integrations/tahoma/ [tahoma docs]: /integrations/tahoma/
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[tts docs]: /integrations/tts/ [tts docs]: /integrations/tts/
[updater docs]: /integrations/updater/ [updater docs]: /integrations/updater/
[weather.bom docs]: /integrations/bom [weather.bom docs]: /integrations/bom

View File

@ -33,7 +33,7 @@ After research, the following integrations have been impacted. Although the odds
- [scene.lifx_cloud](/integrations/lifx_cloud) - [scene.lifx_cloud](/integrations/lifx_cloud)
- [switch.hook](/integrations/hook) - [switch.hook](/integrations/hook)
- [switch.rest](/integrations/switch.rest/) - [switch.rest](/integrations/switch.rest/)
- [telegram_bot.polling](/integrations/polling) - [telegram_bot.polling](/integrations/telegram_polling)
- [tts.voicerss](/integrations/voicerss) - [tts.voicerss](/integrations/voicerss)
Also impacted, but integrations are read only: Also impacted, but integrations are read only:

View File

@ -480,7 +480,7 @@ The configuration value type should no longer be used. ([@endor-force] - [#15935
[switch.tahoma docs]: /integrations/tahoma [switch.tahoma docs]: /integrations/tahoma
[switch.tplink docs]: /integrations/tplink [switch.tplink docs]: /integrations/tplink
[tahoma docs]: /integrations/tahoma/ [tahoma docs]: /integrations/tahoma/
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[tts docs]: /integrations/tts/ [tts docs]: /integrations/tts/
[upnp docs]: /integrations/upnp/ [upnp docs]: /integrations/upnp/
[vacuum docs]: /integrations/vacuum/ [vacuum docs]: /integrations/vacuum/

View File

@ -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 [camera.blink docs]: /integrations/blink
[cloud docs]: /integrations/cloud/ [cloud docs]: /integrations/cloud/
[sensor.blink docs]: /integrations/blink [sensor.blink docs]: /integrations/blink
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
## Release 0.80.3 - October 18 ## 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.tradfri docs]: /integrations/tradfri
[switch.volvooncall docs]: /integrations/volvooncall [switch.volvooncall docs]: /integrations/volvooncall
[switch.xiaomi_aqara docs]: /integrations/switch.xiaomi_aqara/ [switch.xiaomi_aqara docs]: /integrations/switch.xiaomi_aqara/
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[tibber docs]: /integrations/tibber/ [tibber docs]: /integrations/tibber/
[timer docs]: /integrations/timer/ [timer docs]: /integrations/timer/
[tradfri docs]: /integrations/tradfri/ [tradfri docs]: /integrations/tradfri/

View File

@ -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_aqara docs]: /integrations/switch.xiaomi_aqara/
[switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/
[switch.zwave docs]: /integrations/zwave [switch.zwave docs]: /integrations/zwave
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[tts docs]: /integrations/tts/ [tts docs]: /integrations/tts/
[twilio docs]: /integrations/twilio/ [twilio docs]: /integrations/twilio/
[unifi docs]: /integrations/unifi/ [unifi docs]: /integrations/unifi/

View File

@ -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_aqara docs]: /integrations/switch.xiaomi_aqara/
[switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/ [switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/
[switch.zigbee docs]: /integrations/zigbee#switch [switch.zigbee docs]: /integrations/zigbee#switch
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[tts docs]: /integrations/tts/ [tts docs]: /integrations/tts/
[twilio docs]: /integrations/twilio/ [twilio docs]: /integrations/twilio/
[updater docs]: /integrations/updater/ [updater docs]: /integrations/updater/

View File

@ -714,7 +714,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[switch.tplink docs]: /integrations/tplink [switch.tplink docs]: /integrations/tplink
[system_log docs]: /integrations/system_log/ [system_log docs]: /integrations/system_log/
[tahoma docs]: /integrations/tahoma/ [tahoma docs]: /integrations/tahoma/
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[tellduslive docs]: /integrations/tellduslive/ [tellduslive docs]: /integrations/tellduslive/
[tibber docs]: /integrations/tibber/ [tibber docs]: /integrations/tibber/
[toon docs]: /integrations/toon/ [toon docs]: /integrations/toon/

View File

@ -831,7 +831,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[switch docs]: /integrations/switch/ [switch docs]: /integrations/switch/
[switchbot docs]: /integrations/switchbot/ [switchbot docs]: /integrations/switchbot/
[systemmonitor docs]: /integrations/systemmonitor/ [systemmonitor docs]: /integrations/systemmonitor/
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[tellduslive docs]: /integrations/tellduslive/ [tellduslive docs]: /integrations/tellduslive/
[tfiac docs]: /integrations/tfiac/ [tfiac docs]: /integrations/tfiac/
[tibber docs]: /integrations/tibber/ [tibber docs]: /integrations/tibber/

View File

@ -1077,7 +1077,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[stream docs]: /integrations/stream/ [stream docs]: /integrations/stream/
[supla docs]: /integrations/supla/ [supla docs]: /integrations/supla/
[switch docs]: /integrations/switch/ [switch docs]: /integrations/switch/
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[tellduslive docs]: /integrations/tellduslive/ [tellduslive docs]: /integrations/tellduslive/
[tplink docs]: /integrations/tplink/ [tplink docs]: /integrations/tplink/
[trend docs]: /integrations/trend/ [trend docs]: /integrations/trend/

View File

@ -854,7 +854,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[systemmonitor docs]: /integrations/systemmonitor/ [systemmonitor docs]: /integrations/systemmonitor/
[tapsaff docs]: /integrations/tapsaff/ [tapsaff docs]: /integrations/tapsaff/
[ted5000 docs]: /integrations/ted5000/ [ted5000 docs]: /integrations/ted5000/
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_chatbot/
[tellduslive docs]: /integrations/tellduslive/ [tellduslive docs]: /integrations/tellduslive/
[tensorflow docs]: /integrations/tensorflow/ [tensorflow docs]: /integrations/tensorflow/
[thethingsnetwork docs]: /integrations/thethingsnetwork/ [thethingsnetwork docs]: /integrations/thethingsnetwork/

View File

@ -1066,9 +1066,9 @@
/components/switch.zigbee /integrations/zigbee#switch /components/switch.zigbee /integrations/zigbee#switch
/components/switch.zoneminder /integrations/zoneminder#switch /components/switch.zoneminder /integrations/zoneminder#switch
/components/switch.zwave /integrations/zwave /components/switch.zwave /integrations/zwave
/components/telegram_bot.broadcast /integrations/broadcast /components/telegram_bot.broadcast /integrations/telegram_broadcast
/components/telegram_bot.polling /integrations/polling /components/telegram_bot.polling /integrations/telegram_polling
/components/telegram_bot.webhooks /integrations/webhooks /components/telegram_bot.webhooks /integrations/telegram_webhooks
/components/tts.amazon_polly /integrations/amazon_polly /components/tts.amazon_polly /integrations/amazon_polly
/components/tts.baidu /integrations/baidu /components/tts.baidu /integrations/baidu
/components/tts.google /integrations/google_translate /components/tts.google /integrations/google_translate
@ -1190,7 +1190,7 @@
/components/bmw_connected_drive /integrations/bmw_connected_drive /components/bmw_connected_drive /integrations/bmw_connected_drive
/components/bom /integrations/bom /components/bom /integrations/bom
/components/braviatv /integrations/braviatv /components/braviatv /integrations/braviatv
/components/broadcast /integrations/broadcast /components/broadcast /integrations/telegram_broadcast
/components/broadlink /integrations/broadlink /components/broadlink /integrations/broadlink
/components/brottsplatskartan /integrations/brottsplatskartan /components/brottsplatskartan /integrations/brottsplatskartan
/components/browser /integrations/browser /components/browser /integrations/browser
@ -1710,7 +1710,7 @@
/components/plum_lightpad /integrations/plum_lightpad /components/plum_lightpad /integrations/plum_lightpad
/components/pocketcasts /integrations/pocketcasts /components/pocketcasts /integrations/pocketcasts
/components/point /integrations/point /components/point /integrations/point
/components/polling /integrations/polling /components/polling /integrations/telegram_polling
/components/postnl /integrations/postnl /components/postnl /integrations/postnl
/components/prezzibenzina /integrations/prezzibenzina /components/prezzibenzina /integrations/prezzibenzina
/components/proliphix /integrations/proliphix /components/proliphix /integrations/proliphix
@ -1908,7 +1908,7 @@
/components/ted5000 /integrations/ted5000 /components/ted5000 /integrations/ted5000
/components/teksavvy /integrations/teksavvy /components/teksavvy /integrations/teksavvy
/components/telegram /integrations/telegram /components/telegram /integrations/telegram
/components/telegram_bot /integrations/telegram_bot /components/telegram_bot /integrations/telegram_chatbot
/components/tellduslive /integrations/tellduslive /components/tellduslive /integrations/tellduslive
/components/tellstick /integrations/tellstick /components/tellstick /integrations/tellstick
/components/telnet /integrations/telnet /components/telnet /integrations/telnet
@ -2009,7 +2009,7 @@
/components/weather /integrations/weather /components/weather /integrations/weather
/components/weather.darksky /integrations/weather.darksky /components/weather.darksky /integrations/weather.darksky
/components/webhook /integrations/webhook /components/webhook /integrations/webhook
/components/webhooks /integrations/webhooks /components/webhooks /integrations/telegram_webhooks
/components/weblink /integrations/weblink /components/weblink /integrations/weblink
/components/webostv /integrations/webostv /components/webostv /integrations/webostv
/components/websocket_api /integrations/websocket_api /components/websocket_api /integrations/websocket_api