Fix issue with Notion dispatcher topic (#31441)

* Fix issue with Notion dispatcher topic

* Use f-string
This commit is contained in:
Aaron Bach
2020-02-03 12:22:50 -07:00
committed by GitHub
parent ad5db47618
commit 74fd57e23a

View File

@@ -7,7 +7,7 @@ DEFAULT_SCAN_INTERVAL = timedelta(minutes=1)
DATA_CLIENT = "client"
TOPIC_DATA_UPDATE = "data_update"
TOPIC_DATA_UPDATE = f"{DOMAIN}_data_update"
TYPE_BINARY_SENSOR = "binary_sensor"
TYPE_SENSOR = "sensor"