We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a18624 commit 9642ff6Copy full SHA for 9642ff6
homeassistant/components/esphome/config_flow.py
@@ -443,7 +443,7 @@ async def async_step_dhcp(
443
) -> ConfigFlowResult:
444
"""Handle DHCP discovery."""
445
mac_address = format_mac(discovery_info.macaddress)
446
- await self.async_set_unique_id(format_mac(mac_address))
+ await self.async_set_unique_id(mac_address)
447
await self._async_validate_mac_abort_configured(
448
mac_address, discovery_info.ip, None
449
)
0 commit comments