Skip to content

Commit

Permalink
Change entity to samsung S22 device
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jan 2, 2024
1 parent 6decaa3 commit b432071
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automations/house/climate/automated/climate_control.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- alias: '[House] - Studio climate automated'
description: >-
Make sure the climate is livable in my warm studio
Make sure the climate is livable in my studio
id: ee8b0ad0-5888-44a9-8291-1305dc646cf7
mode: single
Expand Down
2 changes: 1 addition & 1 deletion automations/house/climate/nobody_home.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
state: 'on'
action:
# HA Android notification
- service: notify.mobile_app_klaas_samsung_s20_plus
- service: notify.mobile_app_klaas_samsung_s22_plus
data:
title: 'Airco vergeten!'
message: >
Expand Down
6 changes: 3 additions & 3 deletions automations/house/lights/nobody_home.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
state: 'on'
action:
# HA Android notification
- service: notify.mobile_app_klaas_samsung_s20_plus
- service: notify.mobile_app_klaas_samsung_s22_plus
data:
title: 'Lampen vergeten!'
message: >
Expand Down Expand Up @@ -61,10 +61,10 @@
to: 'on'
condition:
- condition: state
entity_id: device_tracker.klaas_samsung_s20_plus
entity_id: device_tracker.klaas_samsung_s22_plus
state: 'not_home'
action:
- service: notify.mobile_app_klaas_samsung_s20_plus
- service: notify.mobile_app_klaas_samsung_s22_plus
data:
title: 'Lamp is aan gegaan!'
message: >
Expand Down
2 changes: 1 addition & 1 deletion automations/house/morning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- platform: template
value_template: >
{{ is_state('binary_sensor.manual_wakeup_alarm', 'on') and
states('sensor.klaas_samsung_s20_plus_volgende_alarm') in ('none', 'unavailable', 'unknown') }}
states('sensor.klaas_samsung_s22_plus_volgende_alarm') in ('none', 'unavailable', 'unknown') }}
condition:
condition: and
conditions:
Expand Down
2 changes: 1 addition & 1 deletion automations/people/phone_battery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

trigger:
- platform: numeric_state
entity_id: sensor.klaas_samsung_s20_plus_batterijniveau
entity_id: sensor.klaas_samsung_s22_plus_battery_level
above: 99
for: '00:03:00'
condition:
Expand Down
2 changes: 1 addition & 1 deletion automations/system/ha_backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- service: hassio.backup_full
data_template:
name: Backup {{ now().strftime('%Y-%m-%d') }} running HA version {{ states('sensor.current_version') }}
- service: notify.mobile_app_klaas_samsung_s20_plus
- service: notify.mobile_app_klaas_samsung_s22_plus
data_template:
title: '*Home Assistant Backup!*'
message: >-
Expand Down
2 changes: 1 addition & 1 deletion automations/system/notifications/ha_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
input:
clickAction: https://my.home-assistant.io/redirect/supervisor/
delay: 0
notify_device: 5e3a9bc1a6710fb13b08435ab16cd62b
notify_device: 6a16c24c60507cdb3712c249d13133c3
notification_title: Tijd om te upgraden!
group: Updates
notification_message: 'Er is een nieuwe versie voor Home Assistant beschikbaar,
Expand Down
2 changes: 1 addition & 1 deletion customizations/entities/device_trackers.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# Customize device tracker entities
#
device_tracker.klaas_samsung_s20_plus:
device_tracker.klaas_samsung_s22_plus:
entity_picture: /local/klaas.jpg
1 change: 1 addition & 0 deletions integrations/proximity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ proximity:
# Android Companion app
- device_tracker.klaas_samsung_s22_plus
tolerance: 50
unit_of_measurement: m

0 comments on commit b432071

Please sign in to comment.