Skip to content

Commit b98015d

Browse files
authored
Add hardware and software version to Zeversolar device info (home-assistant#170407)
1 parent 4112b2a commit b98015d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

homeassistant/components/zeversolar/entity.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ def __init__(
2525
identifiers={(DOMAIN, coordinator.data.serial_number)},
2626
name="Zeversolar Sensor",
2727
manufacturer="Zeversolar",
28+
hw_version=coordinator.data.hardware_version,
29+
sw_version=coordinator.data.software_version,
2830
serial_number=coordinator.data.serial_number,
2931
)

0 commit comments

Comments
 (0)