We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82758f7 commit 58bacbbCopy full SHA for 58bacbb
homeassistant/components/vicare/entity.py
@@ -31,7 +31,7 @@ def __init__(
31
model = device_config.getModel().replace("_", " ")
32
33
identifier = (
34
- f"{gateway_serial}_{device_serial.replace('zigbee-', 'zigbee_')}"
+ f"{gateway_serial}_{device_serial.replace('-', '_')}"
35
if device_serial is not None
36
else f"{gateway_serial}_{device_id}"
37
)
0 commit comments