-
Notifications
You must be signed in to change notification settings - Fork 4
Android app not respecting seconds setting #81
Copy link
Copy link
Closed
Description
This is a bit weird but I have a timer card with settings for 30 seconds. It works correctly in a web browser but in the android app the 30 seconds becomes 30 minutes. Is this a bug or is my code messed up?
android app
`type: custom:simple-timer-card
entities: []
default_timer_entity: sensor.simple_timer_store
title: Timers
timer_presets:
- 5
- 15
- 60
minute_buttons: - 30s
- 1
- 5
- 15
- 30
- 60
expired_subtitle: Timer done!
auto_dismiss_writable: true
grid_options:
columns: 12
rows: 8
audio_enabled: true
audio_file_url: local/bell.mp3
audio_repeat_count: "3"
audio_play_until_dismissed: true
timer_name_presets: - Pizza
`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
