Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove just arrived and just left processes #247

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions automation/mark_person_as_arrived.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions automation/mark_person_as_away.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions automation/mark_person_as_extended_away.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions automation/mark_person_as_home.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions automation/mark_person_as_just_left.yaml

This file was deleted.

30 changes: 4 additions & 26 deletions groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
default_view:
name: Home
entities:
- group.people_status
- group.modes
- sensor.electricity_energy_usage
- sensor.house_average_temperature
Expand Down Expand Up @@ -236,19 +235,10 @@ people:
name: People
icon: mdi:account-multiple
entities:
- camera.kyle
- camera.charlotte
- sensor.charlotte_to_home
- sensor.charlotte_work_travel
- sensor.kyle_to_home
- sensor.kyle_work_travel
- input_select.kyle_status_dropdown
- input_select.charlotte_status_dropdown
- binary_sensor.kyle_driving
- binary_sensor.charlotte_driving
- device_tracker.bagpuss_a0001
- device_tracker.charlotte_thea
- device_tracker.ronnie_thea
- person.kyle
- person.charlotte
- person.ronnie
- person.eilean

## Item groups ##
bedside_lights:
Expand All @@ -266,18 +256,6 @@ lightswitch_relays:
- switch.craft_room_lightswitch_relay
- switch.ensuite_lightswitch_relay

people_status:
name: People Status
entities:
- sensor.kyle_status
- sensor.charlotte_status

test:
name: Test
entities:
- switch.tellybox
- media_player.living_room_panasonic_tv

other:
name: Other
entities:
Expand Down
11 changes: 0 additions & 11 deletions input_select/charlotte_status_dropdown.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions input_select/kyle_status_dropdown.yaml

This file was deleted.

Loading