Skip to content

Commit

Permalink
move leave_time_offset
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Oct 22, 2019
1 parent 48f0316 commit 3354efd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
10 changes: 0 additions & 10 deletions input_number.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
---
leave_time_offset:
name: Extra Zeit
min: 0
max: 60
step: 5
leave_time_offset_user_two:
name: Extra Zeit
min: 0
max: 60
step: 5
turn_small_fan_on_when_hot_threshold:
name: Ventilator - Temperatur Grenze
icon: mdi:temperature-celsius
Expand Down
14 changes: 11 additions & 3 deletions packages/next_appointment_leave_notifier.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
---
input_number:
leave_time_offset:
name: Extra Zeit
min: 0
max: 60
step: 5
leave_time_offset_user_two:
name: Extra Zeit
min: 0
max: 60
step: 5
input_select:
next_appointment_travel_mode:
name: Reiseart
Expand All @@ -7,23 +18,20 @@ input_select:
- Fahrrad
- Öffis
- Laufen

next_appointment_travel_mode_standard:
name: Standard Reiseart Kevin
options:
- Auto
- Fahrrad
- Öffis
- Laufen

next_appointment_travel_mode_user_two:
name: Reiseart
options:
- Auto
- Fahrrad
- Öffis
- Laufen

next_appointment_travel_mode_standard_user_two:
name: Standard Reiseart Sina
options:
Expand Down

0 comments on commit 3354efd

Please sign in to comment.