Add software version to screenlogic (#62255)

This commit is contained in:
J. Nick Koston
2021-12-18 07:49:29 -06:00
committed by GitHub
parent b1ac1596d8
commit 051a6499b8

View File

@@ -222,6 +222,7 @@ class ScreenlogicEntity(CoordinatorEntity):
manufacturer="Pentair",
model=equipment_model,
name=self.gateway_name,
sw_version=self.gateway.version,
)
async def _async_refresh(self):