mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Tesla Wall Connector: use correct device info keys (#95647)
This commit is contained in:
parent
62ac7973c2
commit
923677dae3
@ -148,10 +148,10 @@ class WallConnectorEntity(CoordinatorEntity):
|
|||||||
"""Return information about the device."""
|
"""Return information about the device."""
|
||||||
return DeviceInfo(
|
return DeviceInfo(
|
||||||
identifiers={(DOMAIN, self.wall_connector_data.serial_number)},
|
identifiers={(DOMAIN, self.wall_connector_data.serial_number)},
|
||||||
default_name=WALLCONNECTOR_DEVICE_NAME,
|
name=WALLCONNECTOR_DEVICE_NAME,
|
||||||
model=self.wall_connector_data.part_number,
|
model=self.wall_connector_data.part_number,
|
||||||
sw_version=self.wall_connector_data.firmware_version,
|
sw_version=self.wall_connector_data.firmware_version,
|
||||||
default_manufacturer="Tesla",
|
manufacturer="Tesla",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user