home-assistant-android/app
Roffild 5729bbe6f0
Notification: "when_relative" for "chronometer" (#4273)
"timeout" is relative, but "when" is absolute by default.

It is now possible to synchronize timers in seconds without time difference:
```yaml
timeout: 120
chronometer: "true"
when: 120
when_relative: "true"
```
2024-03-22 11:45:40 +01:00
..
src Notification: "when_relative" for "chronometer" (#4273) 2024-03-22 11:45:40 +01:00
build.gradle.kts Replace deprecated MdcTheme with 'normal' theme matching XML theme (#4182) 2024-02-02 15:30:41 -05:00
proguard-rules.pro Initial commit 2019-04-01 22:52:08 -07:00