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
This commit is contained in:
Michał Jaworski 2024-06-05 12:11:49 +02:00 committed by GitHub
parent 7a7a9c610a
commit 5e9eae14fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -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."]
}

View File

@ -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,
),

View File

@ -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

View File

@ -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