mirror of
https://github.com/home-assistant/core.git
synced 2026-02-14 23:28:42 +00:00
Bump aranet lib version to 2.6.0 (#162656)
Co-authored-by: Shay Levy <levyshay1@gmail.com>
This commit is contained in:
@@ -19,5 +19,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/aranet",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["aranet4==2.5.1"]
|
||||
"requirements": ["aranet4==2.6.0"]
|
||||
}
|
||||
|
||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -529,7 +529,7 @@ apsystems-ez1==2.7.0
|
||||
aqualogic==2.6
|
||||
|
||||
# homeassistant.components.aranet
|
||||
aranet4==2.5.1
|
||||
aranet4==2.6.0
|
||||
|
||||
# homeassistant.components.arcam_fmj
|
||||
arcam-fmj==1.8.2
|
||||
|
||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -502,7 +502,7 @@ aprslib==0.7.2
|
||||
apsystems-ez1==2.7.0
|
||||
|
||||
# homeassistant.components.aranet
|
||||
aranet4==2.5.1
|
||||
aranet4==2.6.0
|
||||
|
||||
# homeassistant.components.arcam_fmj
|
||||
arcam-fmj==1.8.2
|
||||
|
||||
@@ -307,7 +307,7 @@ async def test_sensors_aranetrn(
|
||||
entity = entity_registry.async_get("sensor.aranetrn_12345_battery")
|
||||
device = device_registry.async_get(entity.device_id)
|
||||
assert device.name == "AranetRn+ 12345"
|
||||
assert device.model == "Aranet Radon Plus"
|
||||
assert device.model == "Aranet Radon"
|
||||
assert device.sw_version == "v1.6.4"
|
||||
assert device.manufacturer == "SAF Tehnika"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user