Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Apr 3, 2024
1 parent 73ed21f commit 8f02ddd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions automations.yaml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@
group: vacuum
url: /lovelace/vacuum
messages:
- '{{ states(''sensor.roborock_vacuum_error'') }}'
- Помилка: '{{ states(''sensor.roborock_vacuum_error'') }}'
- id: vacuum_ask_maintenance
alias: 'Vacuum: Ask for Maintenance'
description: Send vacuum near trash bin and ask for maintenance
Expand Down Expand Up @@ -2221,7 +2221,8 @@
description: Count cleanings via counter
trigger:
- platform: state
entity_id: vacuum.roborock
entity_id:
- vacuum.roborock
from: cleaning
to: returning
condition: []
Expand Down
5 changes: 3 additions & 2 deletions integrations/notify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ notify:
- name: denys
platform: group
services:
- service: mobile_app_denys_iphone
- service: mobile_app_denyss_iphone
- service: mobile_app_denyss_ipad
- service: mobile_app_wix_macbook_pro
- service: mobile_app_ua_jg9hyqw3q0 # Wix MacBook Pro
- name: marry
platform: group
services:
- service: mobile_app_iphone_maria
- service: mobile_app_home_macbook_pro
- service: mobile_app_marry_macbook_pro
- name: all
platform: group
services:
Expand Down

0 comments on commit 8f02ddd

Please sign in to comment.