Skip to content

Commit

Permalink
Weenect 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Oct 19, 2021
1 parent 2694ead commit b0bfa86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 4 additions & 2 deletions packages/weenect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ automation:
to: "off"
action:
- service: weenect.set_update_interval
target:
entity_id: device_tracker.naya
data:
tracker_id: !secret naya_tracker_id
update_interval: "1M"
- id: 652b4b69-c951-4861-8b7d-3cbb15fc8b79
alias: "Setze Nayas Tracker Updaterate auf 60M wenn wir zu Hause sind"
Expand All @@ -27,6 +28,7 @@ automation:
to: "on"
action:
- service: weenect.set_update_interval
target:
entity_id: device_tracker.naya
data:
tracker_id: !secret naya_tracker_id
update_interval: "60M"
7 changes: 0 additions & 7 deletions travis_secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,3 @@ philips_miio_light_bulb_token: 21654d654261fe765ca417645121654e
amcrest_wohnzimmer_ip: 192.168.0.35
amcrest_wohnzimmer_user: admin
amcrest_wohnzimmer_password: admin

room_assistant_livingroom_health_url: "http://192.168.0.36:6415/status"
room_assistant_bedroom_health_url: "http://192.168.0.37:6415/status"
room_assistant_studyroom_health_url: "http://192.168.0.38:6415/status"
room_assistant_bathroom_health_url: "http://192.168.0.39:6415/status"

naya_tracker_id: "131673"

0 comments on commit b0bfa86

Please sign in to comment.