mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-15 12:34:42 +00:00
use time picker card :)
This commit is contained in:
@@ -259,13 +259,21 @@ input_boolean.alarm_enabled:
|
|||||||
title: Alarm
|
title: Alarm
|
||||||
style: *popup_style
|
style: *popup_style
|
||||||
card:
|
card:
|
||||||
type: entities
|
type: vertical-stack
|
||||||
show_header_toggle: false
|
cards:
|
||||||
entities:
|
- type: custom:time-picker-card
|
||||||
- input_boolean.alarm_enabled
|
entity: input_datetime.alarm_time
|
||||||
- input_datetime.alarm_time
|
hour_mode: 12
|
||||||
- entity: automation.alarm_set_time
|
minute_step: 10
|
||||||
name: Automatically set time
|
hide:
|
||||||
|
name: true
|
||||||
|
- type: entities
|
||||||
|
show_header_toggle: false
|
||||||
|
entities:
|
||||||
|
- input_boolean.alarm_enabled
|
||||||
|
- input_datetime.alarm_time
|
||||||
|
- entity: automation.alarm_set_time
|
||||||
|
name: Automatically set time
|
||||||
|
|
||||||
script.brita_pour_water:
|
script.brita_pour_water:
|
||||||
title: Brita
|
title: Brita
|
||||||
|
|||||||
Reference in New Issue
Block a user