Add serial to Sensibo (#103089)

This commit is contained in:
G Johansson 2023-10-31 09:10:43 +01:00 committed by GitHub
parent b63c33d320
commit a851907f78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View file

@ -86,6 +86,7 @@ class SensiboDeviceBaseEntity(SensiboBaseEntity):
sw_version=self.device_data.fw_ver,
hw_version=self.device_data.fw_type,
suggested_area=self.device_data.name,
serial_number=self.device_data.serial,
)

View file

@ -15,5 +15,5 @@
"iot_class": "cloud_polling",
"loggers": ["pysensibo"],
"quality_scale": "platinum",
"requirements": ["pysensibo==1.0.35"]
"requirements": ["pysensibo==1.0.36"]
}

View file

@ -2007,7 +2007,7 @@ pysaj==0.0.16
pyschlage==2023.10.0
# homeassistant.components.sensibo
pysensibo==1.0.35
pysensibo==1.0.36
# homeassistant.components.zha
pyserial-asyncio-fast==0.11

View file

@ -1514,7 +1514,7 @@ pysabnzbd==1.1.1
pyschlage==2023.10.0
# homeassistant.components.sensibo
pysensibo==1.0.35
pysensibo==1.0.36
# homeassistant.components.zha
pyserial-asyncio-fast==0.11