mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 03:07:50 +00:00
parent
99f24ca59c
commit
46c5591336
@ -72,6 +72,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
|||||||
model=sma_device_info["type"],
|
model=sma_device_info["type"],
|
||||||
name=sma_device_info["name"],
|
name=sma_device_info["name"],
|
||||||
sw_version=sma_device_info["sw_version"],
|
sw_version=sma_device_info["sw_version"],
|
||||||
|
serial_number=sma_device_info["serial"],
|
||||||
)
|
)
|
||||||
|
|
||||||
# Define the coordinator
|
# Define the coordinator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user