8000 Event trigger broken in 0.56.1 · Issue #10046 · home-assistant/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Event trigger broken in 0.56.1 #10046
Closed
@dale3h

Description

@dale3h

Home Assistant release (hass --version):
Problem is present in 0.56.1 and 0.57.0.dev0

Python release (python3 --version):
Python 3.5.2

Component/platform:
automation

Description of problem:

2017-10-22 14:15:19 INFO (MainThread) [homeassistant.core] Bus:Handling <Event zwave.scene_activated[L]: scene_id=1, entity_id=zwave.blue_iris_remote, node_id=12>

Expected:
Expected behavior is for the automation to trigger upon the event firing.

Problem-relevant configuration.yaml entries and steps to reproduce:

automation:
  - alias: minimote_button_pressed
    initial_state: 'on'
    trigger:
      - platform: event
        event_type: zwave.scene_activated
    action:
      ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0