diff --git a/.gitignore b/.gitignore index f203347f..326d24b7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ deps/ .uuid www/user_one.jpg www/user_two.JPG +entity_registry.yaml diff --git a/customize.yaml b/customize.yaml index 43d0b465..bfebcde7 100644 --- a/customize.yaml +++ b/customize.yaml @@ -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" diff --git a/group.yaml b/group.yaml index 53f6bc9a..d3322795 100644 --- a/group.yaml +++ b/group.yaml @@ -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 diff --git a/input_boolean.yaml b/input_boolean.yaml index dfcbfe64..64e18d22 100644 --- a/input_boolean.yaml +++ b/input_boolean.yaml @@ -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 \ No newline at end of file diff --git a/input_number.yaml b/input_number.yaml index c0030c95..dee03407 100644 --- a/input_number.yaml +++ b/input_number.yaml @@ -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 \ No newline at end of file diff --git a/zone.yaml b/zone.yaml index 268c9c2a..5ee37199 100644 --- a/zone.yaml +++ b/zone.yaml @@ -1,7 +1,7 @@ - name: Home latitude: !secret homeassistant_latitude longitude: !secret homeassistant_longitude - radius: 450 + radius: 30 icon: mdi:home - name: Work @@ -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 \ No newline at end of file + icon: mdi:leaf \ No newline at end of file