mirror of
https://github.com/home-assistant/core.git
synced 2025-09-06 13:21:33 +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)},
|
||||
name="Zeversolar Sensor",
|
||||
manufacturer="Zeversolar",
|
||||
serial_number=coordinator.data.serial_number,
|
||||
)
|
||||
|
Reference in New Issue
Block a user