mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Add serial to Sensibo (#103089)
This commit is contained in:
parent
b63c33d320
commit
a851907f78
@ -86,6 +86,7 @@ class SensiboDeviceBaseEntity(SensiboBaseEntity):
|
|||||||
sw_version=self.device_data.fw_ver,
|
sw_version=self.device_data.fw_ver,
|
||||||
hw_version=self.device_data.fw_type,
|
hw_version=self.device_data.fw_type,
|
||||||
suggested_area=self.device_data.name,
|
suggested_area=self.device_data.name,
|
||||||
|
serial_number=self.device_data.serial,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,5 +15,5 @@
|
|||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["pysensibo"],
|
"loggers": ["pysensibo"],
|
||||||
"quality_scale": "platinum",
|
"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
|
pyschlage==2023.10.0
|
||||||
|
|
||||||
# homeassistant.components.sensibo
|
# homeassistant.components.sensibo
|
||||||
pysensibo==1.0.35
|
pysensibo==1.0.36
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
pyserial-asyncio-fast==0.11
|
pyserial-asyncio-fast==0.11
|
||||||
|
@ -1514,7 +1514,7 @@ pysabnzbd==1.1.1
|
|||||||
pyschlage==2023.10.0
|
pyschlage==2023.10.0
|
||||||
|
|
||||||
# homeassistant.components.sensibo
|
# homeassistant.components.sensibo
|
||||||
pysensibo==1.0.35
|
pysensibo==1.0.36
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
pyserial-asyncio-fast==0.11
|
pyserial-asyncio-fast==0.11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user