Skip to content

Commit

Permalink
Add Elmo zone and travel time
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed May 25, 2018
1 parent d1fdced commit 9d88808
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ traveltimes:
- input_boolean.travel_time_work_from_home
- sensor.travel_time_work_from_sindlingen
- input_boolean.travel_time_work_from_sindlingen
- sensor.travel_time_elmo_from_home
- input_boolean.travel_time_elmo_from_home
- sensor.travel_time_elmo_from_sindlingen
- input_boolean.travel_time_elmo_from_sindlingen

motion:
name: Bewegungsmelder
Expand Down
4 changes: 4 additions & 0 deletions input_boolean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@
travel_time_home_from_sindlingen:
initial: off
travel_time_home_from_work:
initial: off
travel_time_elmo_from_home:
initial: off
travel_time_elmo_from_sindlingen:
initial: off
6 changes: 6 additions & 0 deletions input_number.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@
min: 0
max: 120
travel_time_home_from_work:
min: 0
max: 120
travel_time_elmo_from_home:
min: 0
max: 120
travel_time_elmo_from_sindlingen:
min: 0
max: 120
8 changes: 7 additions & 1 deletion zone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@
latitude: !secret user_two_latitude
longitude: !secret user_two_longitude
radius: 150
icon: mdi:home
icon: mdi:home

- name: Elmo
latitude: !secret elmo_latitude
longitude: !secret elmo_longitude
radius: 150
icon: mdi:leaf

0 comments on commit 9d88808

Please sign in to comment.