mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 16:15:08 +02:00
Add software version to screenlogic (#62255)
This commit is contained in:
@@ -222,6 +222,7 @@ class ScreenlogicEntity(CoordinatorEntity):
|
|||||||
manufacturer="Pentair",
|
manufacturer="Pentair",
|
||||||
model=equipment_model,
|
model=equipment_model,
|
||||||
name=self.gateway_name,
|
name=self.gateway_name,
|
||||||
|
sw_version=self.gateway.version,
|
||||||
)
|
)
|
||||||
|
|
||||||
async def _async_refresh(self):
|
async def _async_refresh(self):
|
||||||
|
Reference in New Issue
Block a user