Fix withings webhook name (#101221)

pull/101233/head
Joost Lekkerkerker 2023-10-01 20:55:00 +02:00 committed by GitHub
parent 377f00730a
commit 67f7c703f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,