Skip to content

Commit

Permalink
Changes for no longer needed zones
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Jun 19, 2018
1 parent 0deef46 commit 0e47941
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 68 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ deps/
.uuid
www/user_one.jpg
www/user_two.JPG
entity_registry.yaml
25 changes: 0 additions & 25 deletions customize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,44 +92,19 @@ switch.plug_158d00015694c5:
emulated_hue_name: "Ventilator"
sensor.travel_time_work_from_home:
icon: mdi:clock
sensor.travel_time_work_from_sindlingen:
icon: mdi:clock
sensor.travel_time_sindlingen_from_home:
icon: mdi:clock
sensor.travel_time_sindlingen_from_work:
icon: mdi:clock
sensor.travel_time_home_from_sindlingen:
icon: mdi:clock
sensor.travel_time_home_from_work:
icon: mdi:clock
sensor.travel_time_elmo_from_home:
icon: mdi:clock
sensor.travel_time_elmo_from_sindlingen:
icon: mdi:clock
input_boolean.travel_time_work_from_home:
friendly_name: "Slack Benachrichtigung"
icon: mdi:slack
input_boolean.travel_time_work_from_sindlingen:
friendly_name: "Slack Benachrichtigung"
icon: mdi:slack
input_boolean.travel_time_sindlingen_from_home:
friendly_name: "Slack Benachrichtigung"
icon: mdi:slack
input_boolean.travel_time_sindlingen_from_work:
friendly_name: "Slack Benachrichtigung"
icon: mdi:slack
input_boolean.travel_time_home_from_sindlingen:
friendly_name: "Slack Benachrichtigung"
icon: mdi:slack
input_boolean.travel_time_home_from_work:
friendly_name: "Slack Benachrichtigung"
icon: mdi:slack
input_boolean.travel_time_elmo_from_home:
friendly_name: "Slack Benachrichtigung"
icon: mdi:slack
input_boolean.travel_time_elmo_from_sindlingen:
friendly_name: "Slack Benachrichtigung"
icon: mdi:slack

group.lights:
friendly_name: "Lichter"
Expand Down
10 changes: 0 additions & 10 deletions group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,22 +160,12 @@ weather:
traveltimes:
name: Reisezeiten
entities:
- sensor.travel_time_home_from_sindlingen
- input_boolean.travel_time_home_from_sindlingen
- sensor.travel_time_home_from_work
- input_boolean.travel_time_home_from_work
- sensor.travel_time_sindlingen_from_home
- input_boolean.travel_time_sindlingen_from_home
- sensor.travel_time_sindlingen_from_work
- input_boolean.travel_time_sindlingen_from_work
- sensor.travel_time_work_from_home
- 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
10 changes: 0 additions & 10 deletions input_boolean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,7 @@
icon: mdi:home
travel_time_work_from_home:
initial: off
travel_time_work_from_sindlingen:
initial: off
travel_time_sindlingen_from_home:
initial: off
travel_time_sindlingen_from_work:
initial: off
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
15 changes: 0 additions & 15 deletions input_number.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
travel_time_work_from_home:
min: 0
max: 120
travel_time_work_from_sindlingen:
min: 0
max: 120
travel_time_sindlingen_from_home:
min: 0
max: 120
travel_time_sindlingen_from_work:
min: 0
max: 120
travel_time_home_from_sindlingen:
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
10 changes: 2 additions & 8 deletions zone.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: Home
latitude: !secret homeassistant_latitude
longitude: !secret homeassistant_longitude
radius: 450
radius: 30
icon: mdi:home

- name: Work
Expand All @@ -20,10 +20,4 @@
latitude: !secret elmo_latitude
longitude: !secret elmo_longitude
radius: 150
icon: mdi:leaf

- name: Wohnung
latitude: !secret new_flat_latitude
longitude: !secret new_flat_longitude
radius: 30
icon: mdi:home
icon: mdi:leaf

0 comments on commit 0e47941

Please sign in to comment.