Fix issue with Notion dispatcher topic (#31441)
* Fix issue with Notion dispatcher topic * Use f-stringpull/31376/head
parent
ad5db47618
commit
74fd57e23a
|
@ -7,7 +7,7 @@ DEFAULT_SCAN_INTERVAL = timedelta(minutes=1)
|
||||||
|
|
||||||
DATA_CLIENT = "client"
|
DATA_CLIENT = "client"
|
||||||
|
|
||||||
TOPIC_DATA_UPDATE = "data_update"
|
TOPIC_DATA_UPDATE = f"{DOMAIN}_data_update"
|
||||||
|
|
||||||
TYPE_BINARY_SENSOR = "binary_sensor"
|
TYPE_BINARY_SENSOR = "binary_sensor"
|
||||||
TYPE_SENSOR = "sensor"
|
TYPE_SENSOR = "sensor"
|
||||||
|
|
Loading…
Reference in New Issue