mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 23:55:07 +02:00
Fix issue with IQVIA dispatcher topic (#31440)
* Fix issues with IQVIA dispatcher topic * Use f-string
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user