mirror of
https://github.com/home-assistant/core.git
synced 2025-09-07 13:51:39 +02:00
Add serial number to Zeversolar device (#150710)
This commit is contained in:
committed by
GitHub
parent
635cfe7d17
commit
9646aa232a
@@ -27,4 +27,5 @@ class ZeversolarEntity(
|
|||||||
identifiers={(DOMAIN, coordinator.data.serial_number)},
|
identifiers={(DOMAIN, coordinator.data.serial_number)},
|
||||||
name="Zeversolar Sensor",
|
name="Zeversolar Sensor",
|
||||||
manufacturer="Zeversolar",
|
manufacturer="Zeversolar",
|
||||||
|
serial_number=coordinator.data.serial_number,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user