mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Bump aiolyric to 2.1.2 (#178670)
This commit is contained in:
committed by
Bram Kragten
parent
a0106ddad1
commit
2b3238467f
@@ -22,5 +22,5 @@
|
||||
"integration_type": "hub",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["aiolyric"],
|
||||
"requirements": ["aiolyric==2.1.1"]
|
||||
"requirements": ["aiolyric==2.1.2"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -336,7 +336,7 @@ aiolifx==1.2.2
|
||||
aiolookin==1.0.0
|
||||
|
||||
# homeassistant.components.lyric
|
||||
aiolyric==2.1.1
|
||||
aiolyric==2.1.2
|
||||
|
||||
# homeassistant.components.mealie
|
||||
aiomealie==2.0.0
|
||||
|
||||
@@ -61,10 +61,12 @@ def _mock_lyric() -> MagicMock:
|
||||
room = LyricRoom(
|
||||
{
|
||||
"id": 1,
|
||||
"roomName": "Living Room",
|
||||
"roomAvgTemp": 21,
|
||||
"roomAvgHumidity": 40,
|
||||
"accessories": [{"id": 1, "type": "IndoorAirSensor", "temperature": 21}],
|
||||
"name": "Living Room",
|
||||
"avgTemperature": 21,
|
||||
"avgHumidity": 40,
|
||||
"accessories": [
|
||||
{"id": 1, "sensorType": "IndoorAirSensor", "temperature": 21}
|
||||
],
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user