mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
AppleTV typo in error notification (#51300)
An extraneous "f" was prefix at the beginning of the notification. >An irrecoverable connection problem occurred when connecting to fApple TV. Please go to the Integrations page and reconfigure it.
This commit is contained in:
@@ -270,7 +270,7 @@ class AppleTVManager:
|
||||
|
||||
self.hass.components.persistent_notification.create(
|
||||
"An irrecoverable connection problem occurred when connecting to "
|
||||
f"`f{name}`. Please go to the Integrations page and reconfigure it",
|
||||
f"`{name}`. Please go to the Integrations page and reconfigure it",
|
||||
title=NOTIFICATION_TITLE,
|
||||
notification_id=NOTIFICATION_ID,
|
||||
)
|
||||
|
Reference in New Issue
Block a user