Add additional context data to logbook events (#71721)

This commit is contained in:
J. Nick Koston 2022-05-12 20:21:14 -04:00 committed by GitHub
parent 1d9fb4bca8
commit 24a0007785
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 254 additions and 124 deletions

View file

@ -49,7 +49,7 @@ def async_describe_events(
return {
"name": "Shelly",
"message": f"'{click_type}' click event for {input_name} Input was fired.",
"message": f"'{click_type}' click event for {input_name} Input was fired",
}
async_describe_event(DOMAIN, EVENT_SHELLY_CLICK, async_describe_shelly_click_event)