mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 18:24:49 -05:00
Bump qbusmqttapi to 1.4.3 (#167909)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"cloudapp/QBUSMQTTGW/+/state"
|
||||
],
|
||||
"quality_scale": "bronze",
|
||||
"requirements": ["qbusmqttapi==1.4.2"]
|
||||
"requirements": ["qbusmqttapi==1.4.3"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user