Skip to content

Commit

Permalink
Added standards and AlarmClock
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Jul 20, 2018
1 parent 6e5e515 commit c162bb9
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
14 changes: 13 additions & 1 deletion group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ view_automation_entities:
- group.automation_entities
- group.current_commit

view_settings:
name: Einstellungen
view: yes
icon: mdi:gear
entities:
- group.standards

#################################################################
## Group
#################################################################
Expand Down Expand Up @@ -363,10 +370,15 @@ alarm:
- input_number.alarmhour
- input_number.alarmminutes
- input_boolean.wakemeup
- input_boolean.naturalwakeup
- input_number.alarm_natural_wakeup_fade_in
- input_boolean.alarmweekday
- input_boolean.radiowakeup
- binary_sensor.workday_today
- binary_sensor.workday_tomorrow
standards:
name: Standard Einstellungen
entities:
- input_select.next_appointment_travel_mode_standard
#################################################################
## Synonym
#################################################################
Expand Down
5 changes: 2 additions & 3 deletions input_boolean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@
wakemeup:
name: Weck mich
icon: mdi:alarm-check
naturalwakeup:
name: Fade-In Licht
icon: mdi:theme-light-dark
radiowakeup:
name: Radio
6 changes: 6 additions & 0 deletions input_number.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ alarmminutes:
icon: mdi:timer
min: 0
max: 59
step: 5
alarm_natural_wakeup_fade_in:
name: Fade-In Dauer
icon: mdi:theme-light-dark
min: 0
max: 30
step: 5
8 changes: 8 additions & 0 deletions input_select.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
next_appointment_travel_mode:
name: Reiseart
options:
- Auto
- Fahrrad
- Öffis
- Laufen

next_appointment_travel_mode_standard:
name: Standard Reiseart
options:
- Auto
- Fahrrad
Expand Down

0 comments on commit c162bb9

Please sign in to comment.