可以的。用的是这个自动化:
- alias: Restore2
initial_state: 'off'
trigger:
- platform: state
entity_id: media_player.living_room
from: 'playing'
to: 'paused'
action:
- delay: 00:00:01
- service: media_player.sonos_restore
- service: automation.turn_off
entity_id: automation.restore2
|