Help with this Auto LG TV Webos

Hi,

I not locate the problem with this automation, basiclly is the limit volume of TV,
This auto when up the volumen dicrectly in TVm the auto not run.

'- id: '1579812662650'
  alias: Volumen noche
  description: ''
  trigger:
  - platform: template
    value_template: "{{ state_attr('media_player.despacho', 'volume_level') | float > 0.07}}"
  - entity_id: media_player.despacho
    platform: state
    to: 'on'
  condition:
  - condition: template
    value_template: "{{ state_attr('media_player.despacho', 'volume_level') | float > 0.07}}"
  action:
  - data:
      volume_level: 0.07
    entity_id: media_player.despacho
    service: media_player.volume_set

Plese any help for this