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

Revert "Appdaemon" #3

Open
wants to merge 1 commit 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
11 changes: 3 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
*.log
*.db
*.conf
.*
*
!*.yaml
!.gitignore
*.pyc
!hadaemon/apps/*
!hadaemon/appdaemon.yaml
secrets.yaml

/hadaemon/appdaemon.yaml
!*.py
56 changes: 0 additions & 56 deletions appdaemon/apps/apps.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions appdaemon/apps/hello.py

This file was deleted.

24 changes: 0 additions & 24 deletions appdaemon/apps/lightcolour.py

This file was deleted.

21 changes: 0 additions & 21 deletions appdaemon/apps/mediaplaying.py

This file was deleted.

1 change: 0 additions & 1 deletion appdaemon/compiled

This file was deleted.

20 changes: 0 additions & 20 deletions appdaemon/dashboards/222SW.dash

This file was deleted.

14 changes: 0 additions & 14 deletions appdaemon/dashboards/Hello.dash

This file was deleted.

16 changes: 5 additions & 11 deletions automations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@
from: 'home'
to: 'not_home'
condition:
condition: state
entity_id: light.left_of_sofa
state: 'on'
condition: sun
after: sunset
action:
service: light.turn_on
entity_id: light.left_of_screen, light.right_of_screen
Expand Down Expand Up @@ -252,20 +251,16 @@
alias: Mark Everyone Away
trigger:
- platform: state
entity_id: group.222sw_presence
to: 'not_home'
for:
minutes: 10
entity_id: group.people_status
to: 'Away'
action:
- service: notify.simplepush
data:
message: "Everyone is away, turning off lights"
- service: input_select.select_option
data:
entity_id: input_select.everyone_status_dropdown
option: Away
- service: remote.turn_off
entity_id: remote.harmony_hub
option: Away
- service: light.turn_off

- id: MarkEveryoneExtendedAway
Expand All @@ -281,7 +276,6 @@
data:
entity_id: input_select.everyone_status_dropdown
option: Extended Away

- service: notify.simplepush
data:
message: "Flat is empty. Low power mode activated"
6 changes: 3 additions & 3 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ http:
# Uncomment this to add a password (recommended!)
api_password: !secret api_password
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
base_url: https://monsdare.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
# base_url: https://monsdare.duckdns.org:8123
# ssl_certificate: /ssl/fullchain.pem
# ssl_key: /ssl/privkey.pem

# Checks for available updates
# Note: This component will send some information about your system to
Expand Down
14 changes: 2 additions & 12 deletions device_tracker.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
- platform: nmap_tracker
hosts:
# ONKYO
- 192.168.1.14
# BARLET
- 192.168.1.25
- 192.168.1.26
# HADDEN
- 192.168.1.11
# Me
- 192.168.1.2
consider_home: 180
new_device_defaults:
track_new_devices: False
hide_if_away: False

- platform: bluetooth_tracker
new_device_defaults:
track_new_devices: False
hide_if_away: False
- platform: bluetooth_tracker
76 changes: 0 additions & 76 deletions entity_registry.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ people_status:
- sensor.ed_status
- sensor.hadden_status
- sensor.barlet_status
- group.222sw_presence
# - group.222SW_presence

barlet_presence:
name: Barlet Presence
Expand All @@ -94,7 +94,7 @@ ed_presence:
name: Ed Presence
entities:
- device_tracker.ed_wifi
- device_tracker.ed_bt
- device_tracker.oneplus_3t_bt

222SW_presence:
name: 222SW
Expand Down
Loading