Bump qbusmqttapi to 1.4.3 (#167909)

This commit is contained in:
Thomas D
2026-04-10 20:41:13 +00:00
committed by Franck Nijhof
parent 0b5f85bdb9
commit 6bcfc32d48
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class QbusLight(QbusEntity, LightEntity):
await self._async_publish_output_state(state)
async def _handle_state_received(self, state: QbusMqttAnalogState) -> None:
percentage = round(state.read_percentage())
percentage = round(state.read_percentage() or 0)
self._set_state(percentage)
def _set_state(self, percentage: int) -> None:
+1 -1
View File
@@ -14,5 +14,5 @@
"cloudapp/QBUSMQTTGW/+/state"
],
"quality_scale": "bronze",
"requirements": ["qbusmqttapi==1.4.2"]
"requirements": ["qbusmqttapi==1.4.3"]
}
+1 -1
View File
@@ -2784,7 +2784,7 @@ pyzerproc==0.4.8
qbittorrent-api==2024.9.67
# homeassistant.components.qbus
qbusmqttapi==1.4.2
qbusmqttapi==1.4.3
# homeassistant.components.qingping
qingping-ble==1.1.0
+1 -1
View File
@@ -2368,7 +2368,7 @@ pyzerproc==0.4.8
qbittorrent-api==2024.9.67
# homeassistant.components.qbus
qbusmqttapi==1.4.2
qbusmqttapi==1.4.3
# homeassistant.components.qingping
qingping-ble==1.1.0