From 9d88808f114a7a4c9783673b44639ce2e2c02114 Mon Sep 17 00:00:00 2001 From: Kevin Eifinger Date: Fri, 25 May 2018 16:40:42 +0200 Subject: [PATCH] Add Elmo zone and travel time --- group.yaml | 4 ++++ input_boolean.yaml | 4 ++++ input_number.yaml | 6 ++++++ zone.yaml | 8 +++++++- 4 files changed, 21 insertions(+), 1 deletion(-) diff --git a/group.yaml b/group.yaml index e8d5a21b..fc28b7ed 100644 --- a/group.yaml +++ b/group.yaml @@ -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 diff --git a/input_boolean.yaml b/input_boolean.yaml index 7a396861..3d101faa 100644 --- a/input_boolean.yaml +++ b/input_boolean.yaml @@ -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 \ No newline at end of file diff --git a/input_number.yaml b/input_number.yaml index 9534b03b..c0030c95 100644 --- a/input_number.yaml +++ b/input_number.yaml @@ -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 \ No newline at end of file diff --git a/zone.yaml b/zone.yaml index 4cf91488..7c037228 100644 --- a/zone.yaml +++ b/zone.yaml @@ -14,4 +14,10 @@ latitude: !secret user_two_latitude longitude: !secret user_two_longitude radius: 150 - icon: mdi:home \ No newline at end of file + icon: mdi:home + +- name: Elmo + latitude: !secret elmo_latitude + longitude: !secret elmo_longitude + radius: 150 + icon: mdi:leaf \ No newline at end of file