We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Home Assistant release (hass --version): Problem is present in 0.56.1 and 0.57.0.dev0
hass --version
Python release (python3 --version): Python 3.5.2
python3 --version
Component/platform: automation
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:
configuration.yaml
automation: - alias: minimote_button_pressed initial_state: 'on' trigger: - platform: event event_type: zwave.scene_activated action: ...
The text was updated successfully, but these errors were encountered:
Likely caused by #9732 I'll take a look
Sorry, something went wrong.
I'm seeing this too. Triggers monitoring state_changed are failing to execute; condition or otherwise.
state_changed
Successfully merging a pull request may close this issue.
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:
Expected:
Expected behavior is for the automation to trigger upon the event firing.
Problem-relevant
configuration.yaml
entries and steps to reproduce:The text was updated successfully, but these errors were encountered: