mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-01 15:56:49 +00:00
Remove proxy_params config option from telegram bot platforms (#31798)
* Update telegram_polling.markdown Remove proxy_params option from telegram bot * Update telegram_webhooks.markdown Remove proxy_params option from telegram bot * Update telegram_broadcast.markdown Remove proxy_params option from telegram bot
This commit is contained in:
parent
c30333cc1b
commit
b70f5b2012
@ -40,11 +40,7 @@ parse_mode:
|
||||
type: string
|
||||
default: "`markdown`"
|
||||
proxy_url:
|
||||
description: Proxy URL if working behind one (`socks5://proxy_ip:proxy_port`).
|
||||
required: false
|
||||
type: string
|
||||
proxy_params:
|
||||
description: Proxy configuration parameters, as dict, if working behind a proxy (`username`, `password`, etc.).
|
||||
description: Proxy URL if working behind one, optionally including username and password. (`socks5://username:password@proxy_ip:proxy_port`).
|
||||
required: false
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
@ -42,11 +42,7 @@ parse_mode:
|
||||
type: string
|
||||
default: "`markdown`"
|
||||
proxy_url:
|
||||
description: Proxy URL if working behind one (`socks5://proxy_ip:proxy_port`).
|
||||
required: false
|
||||
type: string
|
||||
proxy_params:
|
||||
description: Proxy configuration parameters, as dict, if working behind a proxy (`username`, `password`, etc.).
|
||||
description: Proxy URL if working behind one, optionally including username and password. (`socks5://username:password@proxy_ip:proxy_port`).
|
||||
required: false
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
@ -44,11 +44,7 @@ parse_mode:
|
||||
default: "`markdown`"
|
||||
type: string
|
||||
proxy_url:
|
||||
description: Proxy URL if working behind one (`socks5://proxy_ip:proxy_port`).
|
||||
required: false
|
||||
type: string
|
||||
proxy_params:
|
||||
description: Proxy configuration parameters, as dict, if working behind a proxy (`username`, `password`, etc.).
|
||||
description: Proxy URL if working behind one, optionally including username and password. (`socks5://username:password@proxy_ip:proxy_port`).
|
||||
required: false
|
||||
type: string
|
||||
url:
|
||||
|
Loading…
x
Reference in New Issue
Block a user