Skip to content

Commit

Permalink
Minor changes to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Apr 22, 2024
1 parent f5b55c2 commit c480090
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ do_not_disturb_mode:
type: select_option
option: dim
- service: fan.set_preset_mode
target:
entity_id: fan.air_purifier
metadata: {}
data:
preset_mode: Silent
alias: Set Purifier to Silent
target:
entity_id: fan.air_purifier
else:
- alias: Make Speakers to low volume
service: media_player.volume_set
Expand All @@ -43,11 +43,12 @@ do_not_disturb_mode:
type: select_option
option: bright
- service: fan.set_preset_mode
target:
entity_id: fan.air_purifier
metadata: {}
data:
preset_mode: Auto
alias: Set Purifier to Auto
target:
entity_id:
- fan.air_purifier
mode: single
icon: mdi:bell-circle
away_mode:
Expand Down

0 comments on commit c480090

Please sign in to comment.