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