Open briped opened 2 months ago
Even though disable_notification is set to false I am still getting notifications on both iOS and Desktop version of Telegram. The telegram_bot part of configuration.yaml
disable_notification
false
telegram_bot
configuration.yaml
telegram_bot: - platform: polling api_key: !secret telegram_api_key #target: allowed_chat_ids: - !secret telegram_chat_id_chan_redacted - !secret telegram_chat_id_user_briped
I've added a YAML script snippet in the dedicated section below that also shows the issue
core-2024.9.1
No response
Home Assistant OS
Telegram
https://www.home-assistant.io/integrations/telegram/#extra-data-attributes-support
alias: Notification Testing sequence: - metadata: {} data: message: | {% set ts = as_timestamp(state_attr(this.entity_id, 'last_triggered')) if (this is defined) else as_timestamp(now()) %} {{ts | timestamp_custom('%a, %d. %b. %Y @ %H:%M %Z', true)}} data: parse_mode: html disable_notification: true disable_web_page_preview: true enabled: true action: notify.telegram_user_briped mode: single
telegram documentation telegram source
Update. The issue seems to be just iOS. The notification I'm getting in Windows is just the Windows Phone Link notification mirror.
The problem
Even though
disable_notification
is set tofalse
I am still getting notifications on both iOS and Desktop version of Telegram. Thetelegram_bot
part ofconfiguration.yaml
I've added a YAML script snippet in the dedicated section below that also shows the issue
What version of Home Assistant Core has the issue?
core-2024.9.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Telegram
Link to integration documentation on our website
https://www.home-assistant.io/integrations/telegram/#extra-data-attributes-support
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
No response