mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00: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:
parent
52e7d57533
commit
d2623bf574
@ -270,7 +270,7 @@ class AppleTVManager:
|
|||||||
|
|
||||||
self.hass.components.persistent_notification.create(
|
self.hass.components.persistent_notification.create(
|
||||||
"An irrecoverable connection problem occurred when connecting to "
|
"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,
|
title=NOTIFICATION_TITLE,
|
||||||
notification_id=NOTIFICATION_ID,
|
notification_id=NOTIFICATION_ID,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user