mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
Improve string formatting v3 (#33667)
* Improve string formatting v3 * Address review comment
This commit is contained in:
@@ -27,7 +27,7 @@ CONF_TITLE = "title"
|
||||
CONF_TRACKING_NUMBER = "tracking_number"
|
||||
|
||||
DEFAULT_NAME = "aftership"
|
||||
UPDATE_TOPIC = DOMAIN + "_update"
|
||||
UPDATE_TOPIC = f"{DOMAIN}_update"
|
||||
|
||||
ICON = "mdi:package-variant-closed"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user