mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 16:45:19 +02:00
Make the Android timer notification high priority (#123006)
This commit is contained in:
@@ -39,6 +39,8 @@ def async_handle_timer_event(
|
|||||||
# Android
|
# Android
|
||||||
"channel": "Timers",
|
"channel": "Timers",
|
||||||
"importance": "high",
|
"importance": "high",
|
||||||
|
"ttl": 0,
|
||||||
|
"priority": "high",
|
||||||
# iOS
|
# iOS
|
||||||
"push": {
|
"push": {
|
||||||
"interruption-level": "time-sensitive",
|
"interruption-level": "time-sensitive",
|
||||||
|
@@ -61,6 +61,8 @@ async def test_timer_events(
|
|||||||
"channel": "Timers",
|
"channel": "Timers",
|
||||||
"group": "timers",
|
"group": "timers",
|
||||||
"importance": "high",
|
"importance": "high",
|
||||||
|
"ttl": 0,
|
||||||
|
"priority": "high",
|
||||||
"push": {
|
"push": {
|
||||||
"interruption-level": "time-sensitive",
|
"interruption-level": "time-sensitive",
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user