-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
Include useful information in events #324
Comments
I was going to add event data with these events but then realised that you can get any attributes you want off the climate device by using (as an example)... {{state_attr(trigger.event.data.entity_id, 'temperature')}} Is there a scenario this would not work? |
I am using nodered instead of home assistants built-in scripting (see below). I have a node that listens to the I have worked arround this similarly to your above snippet by extracting the |
Ok that makes sense when using nodered. I'll add some event data for next release. |
Added to v3.2.3beta release if you could check it. |
@ep1cman Were you able to check this? |
Great. Closing issue. Now formally released in v3.3.0. |
Hi,
I am currently trying to setup notification for when my heating fires up to track the cause. It would be super useful for the events triggered by this integration to include some data to provide context. It seems this is already in the code but for some reason has been commented out:
wiserHomeAssistantPlatform/custom_components/wiser/events.py
Line 59 in 6549411
In addition, I think the boost duration could be added to the
is_boosted
event viaCONF_EVENT_DATA
The text was updated successfully, but these errors were encountered: