mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Add software version to screenlogic (#62255)
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user