Move Assist things to regular packages due to filename conflicts
This commit is contained in:
@ -3,6 +3,16 @@ input_boolean:
|
||||
name: Spotify Idle or Paused
|
||||
icon: mdi:spotify
|
||||
|
||||
intent_script:
|
||||
SetVolume:
|
||||
action:
|
||||
service: "media_player.volume_set"
|
||||
data:
|
||||
entity_id: "{{ media_player }}"
|
||||
volume_level: "{{ volume / 100.0 }}"
|
||||
speech:
|
||||
text: "Volume changed to {{ volume }}"
|
||||
|
||||
automation:
|
||||
- id: beac4fed-5326-49ef-951e-6615d0cf1a7c
|
||||
alias: 'Spotify Page - Everywhere Media Player idle or paused '
|
||||
|
Reference in New Issue
Block a user