Skip to content

How can i debug when its not working? #3

Description

@albertusQuelle

Hi
i have that configuration.yaml

default_config:

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

plex_webhooks:
  webhook_id: plex_webhook

automations.yaml

- id: '1607872979615'
  alias: Plex stopped
  description: ''
  trigger:
  - platform: event
    event_type: PLEX_EVENT
    event_data:
      status: STOPPED
  condition: []
  action:
  - scene: scene.lampe_wohnzimmer
  - type: turn_on
    device_id: 98be2dba680b779031d8fce0c4989703
    entity_id: light.fernsehtisch
    domain: light
    brightness_pct: 15
  mode: single

added the webhook url of the HASS raspi
image

It does not work unfortunately :/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions