mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add missing string interpolation (#53422)
This commit is contained in:
parent
ffa7962a37
commit
0f78004ede
@ -503,7 +503,7 @@ class ZHADevice(LogMixin):
|
|||||||
names.append(
|
names.append(
|
||||||
{
|
{
|
||||||
ATTR_NAME: f"unknown {endpoint.device_type} device_type "
|
ATTR_NAME: f"unknown {endpoint.device_type} device_type "
|
||||||
"of 0x{endpoint.profile_id:04x} profile id"
|
f"of 0x{endpoint.profile_id:04x} profile id"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
device_info[ATTR_ENDPOINT_NAMES] = names
|
device_info[ATTR_ENDPOINT_NAMES] = names
|
||||||
|
Loading…
x
Reference in New Issue
Block a user