Add serial to Sensibo (#103089)
This commit is contained in:
parent
b63c33d320
commit
a851907f78
4 changed files with 4 additions and 3 deletions
|
@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -15,5 +15,5 @@
|
|||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pysensibo"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["pysensibo==1.0.35"]
|
||||
"requirements": ["pysensibo==1.0.36"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue