Denon AVC-X6800H und Sony Bravia 7 Beamer Automatisierung

kino_starten:
alias: Kino starten
sequence:
- service: media_player.turn_on
target:
entity_id: media_player.avr

- delay: "00:00:08"

- service: shell_command.beamer_on

- delay: "00:00:15"

- service: media_player.select_source
  target:
    entity_id: media_player.avr
  data:
    source: "Apple TV"

- service: light.turn_on
  data:
    brightness_pct: 10

Looks nice. But what do you really want to say?