Fix issue with IQVIA dispatcher topic (#31440)

* Fix issues with IQVIA dispatcher topic

* Use f-string
This commit is contained in:
Aaron Bach 2020-02-03 12:23:06 -07:00 committed by GitHub
parent 74fd57e23a
commit e799b08215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ CONF_ZIP_CODE = "zip_code"
DATA_CLIENT = "client"
DATA_LISTENER = "listener"
TOPIC_DATA_UPDATE = "data_update"
TOPIC_DATA_UPDATE = f"{DOMAIN}_data_update"
TYPE_ALLERGY_FORECAST = "allergy_average_forecasted"
TYPE_ALLERGY_INDEX = "allergy_index"