mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Fix withings webhook name (#101221)
This commit is contained in:
parent
ced616fafa
commit
ebf8061117
@ -160,7 +160,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
|
||||
webhook_name = "Withings"
|
||||
if entry.title != DEFAULT_TITLE:
|
||||
webhook_name += " ".join([webhook_name, entry.title])
|
||||
webhook_name = " ".join([DEFAULT_TITLE, entry.title])
|
||||
|
||||
webhook_register(
|
||||
hass,
|
||||
|
Loading…
x
Reference in New Issue
Block a user