Add additional context data to logbook events (#71721)
This commit is contained in:
parent
1d9fb4bca8
commit
24a0007785
12 changed files with 254 additions and 124 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue