Skip to content
Snippets Groups Projects
Unverified Commit 5e9eae14 authored by Michał Jaworski's avatar Michał Jaworski Committed by GitHub
Browse files

Bump blebox-uniapi fom 2.2.2 to 2.4.2 (#118836)

* blebox: udpdate version in manifest and add new sensor key mapping

* blebox: add more sensor types

* blebox: use blebox_uniapi==2.4.1

* blebox: use blebox_uniapi==2.4.2

* blebox: update requirements_all.txt

* blebox: revert introduction of illuminance and power meter sensors set
parent 7a7a9c61
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@
"documentation": "https://www.home-assistant.io/integrations/blebox",
"iot_class": "local_polling",
"loggers": ["blebox_uniapi"],
"requirements": ["blebox-uniapi==2.2.2"],
"requirements": ["blebox-uniapi==2.4.2"],
"zeroconf": ["_bbxsrv._tcp.local."]
}
......@@ -45,7 +45,7 @@ SENSOR_TYPES = (
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
),
SensorEntityDescription(
key="powerMeasurement",
key="powerConsumption",
device_class=SensorDeviceClass.ENERGY,
native_unit_of_measurement=UnitOfEnergy.KILO_WATT_HOUR,
state_class=SensorStateClass.TOTAL,
......@@ -56,7 +56,7 @@ SENSOR_TYPES = (
native_unit_of_measurement=PERCENTAGE,
),
SensorEntityDescription(
key="wind_speed",
key="wind",
device_class=SensorDeviceClass.WIND_SPEED,
native_unit_of_measurement=UnitOfSpeed.METERS_PER_SECOND,
),
......
......@@ -566,7 +566,7 @@ bleak-retry-connector==3.5.0
bleak==0.22.1
# homeassistant.components.blebox
blebox-uniapi==2.2.2
blebox-uniapi==2.4.2
# homeassistant.components.blink
blinkpy==0.22.6
......
......@@ -488,7 +488,7 @@ bleak-retry-connector==3.5.0
bleak==0.22.1
# homeassistant.components.blebox
blebox-uniapi==2.2.2
blebox-uniapi==2.4.2
# homeassistant.components.blink
blinkpy==0.22.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment