Fix issue with Notion dispatcher topic (#31441)

* Fix issue with Notion dispatcher topic

* Use f-string
pull/31376/head
Aaron Bach 2020-02-03 12:22:50 -07:00 committed by GitHub
parent ad5db47618
commit 74fd57e23a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"