Skip to content

Commit

Permalink
sensor entity id update
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeraman committed Jun 10, 2024
1 parent 380fa24 commit 0bb92b0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
28 changes: 14 additions & 14 deletions alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ living_sliding_door:
- sonos_speak


laundry_washer_complete_alert:
name: "Laundry Washer Complete Alert"
message: " \u1F455 The laundry Washer job has been completed"
#done_message: "The laundry Washer job has been completed"
entity_id: sensor.fcb97e3fb7af_laundry_machine_state
state: "Finished" # Optional, 'on' is the default value
can_acknowledge: true # Optional, default is true
data:
tag: laundry-door
notification_id: laundry_door
notifiers:
- phoneapps
#- persistent_notification
#- sonos_speak
# laundry_washer_complete_alert:
# name: "Laundry Washer Complete Alert"
# message: " \u1F455 The laundry Washer job has been completed"
# #done_message: "The laundry Washer job has been completed"
# entity_id: sensor.fcb97e3fb7af_laundry_machine_state
# state: "Finished" # Optional, 'on' is the default value
# can_acknowledge: true # Optional, default is true
# data:
# tag: laundry-door
# notification_id: laundry_door
# notifiers:
# - phoneapps
# #- persistent_notification
# #- sonos_speak
7 changes: 5 additions & 2 deletions automations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
alias: Turn off Bath Strip when there is no more motion
trigger:
- platform: state
entity_id: binary_sensor.master_bath_motion
entity_id: group.master_bath_motion
to: 'off'
# - platform: state
# entity_id: binary_sensor.master_motion_zb
Expand Down Expand Up @@ -736,6 +736,9 @@
- condition: state
entity_id: input_boolean.master_bath_on_off_auto
state: 'on'
- condition: state
entity_id: sun.sun
state: 'below_horizon'
action:
- service: light.turn_on
entity_id: light.master_bed_strip_mqtt
Expand All @@ -745,7 +748,7 @@
alias: Turn off Master Bed Strip when there is no more motion
trigger:
- platform: state
entity_id: binary_sensor.master_bath_motion
entity_id: group.master_bath_motion
to: 'off'
condition:
condition: and
Expand Down
4 changes: 2 additions & 2 deletions ui-lovelace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@ views:
title: Dryer
elements:
- type: image
entity: sensor.dryer_run_state
entity: sensor.d828c9f3fc0c_laundry_sub_cycle
image: /local/custom-lovelace/icons/laundry-icons/dry.png
state_image:
Drying: /local/custom-lovelace/icons/laundry-icons/dry-on.png
Expand All @@ -1663,7 +1663,7 @@ views:
width: 15%
image-rendering: crisp
- type: image
entity: sensor.dryer_run_state
entity: sensor.d828c9f3fc0c_laundry_sub_cycle
image: /local/custom-lovelace/icons/laundry-icons/cool.png
state_image:
Cooling: /local/custom-lovelace/icons/laundry-icons/cool-on.png
Expand Down

0 comments on commit 0bb92b0

Please sign in to comment.