Improve string formatting v3 (#33667)

* Improve string formatting v3

* Address review comment
This commit is contained in:
springstan
2020-04-05 01:32:58 +02:00
committed by GitHub
parent bf1b408038
commit c20a965eda
24 changed files with 32 additions and 37 deletions

View File

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