Skip to content

Commit

Permalink
Add LED notification when the Towel Warmer is on
Browse files Browse the repository at this point in the history
  • Loading branch information
rohankapoorcom committed Nov 6, 2023
1 parent 71b5517 commit 0e3fcaa
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/master_bathroom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,39 @@ automation:
- service: switch.turn_off
target:
entity_id: switch.master_bathroom_towel_warmer
- service: script.inovelli_blue_notifications
data:
led: Led 1
color: Red
level: 40
effect: Clear
duration: Indefinitely
target:
device_id: d80e98e0621de0822a33348e7e141e8b
default:
- service: script.inovelli_blue_notifications
data:
led: Led 1
color: Red
level: 40
effect: Pulse
duration: Indefinitely
target:
device_id: d80e98e0621de0822a33348e7e141e8b
- delay:
minutes: 90
- service: switch.turn_off
target:
entity_id: switch.master_bathroom_towel_warmer
- service: script.inovelli_blue_notifications
data:
led: Led 1
color: Red
level: 40
effect: Clear
duration: Indefinitely
target:
device_id: d80e98e0621de0822a33348e7e141e8b

- id: 61e51665-413b-4958-8a4f-5a7e29066e60
alias: Adjust the Master Bathroom Brightness
Expand Down

0 comments on commit 0e3fcaa

Please sign in to comment.