Add endpoint to zwave_js_notification event (#100951)

This commit is contained in:
Raman Gupta 2023-09-26 18:48:59 -04:00 committed by GitHub
parent 8a9b2f4515
commit 65f307fe9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -741,6 +741,7 @@ class NodeEvents:
ATTR_DOMAIN: DOMAIN,
ATTR_NODE_ID: notification.node.node_id,
ATTR_HOME_ID: driver.controller.home_id,
ATTR_ENDPOINT: notification.endpoint_idx,
ATTR_DEVICE_ID: device.id,
ATTR_COMMAND_CLASS: notification.command_class,
}