mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
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:
parent
7a7a9c610a
commit
5e9eae14fc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user