mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Bump aioecowitt 2022.09.2 (#78287)
* Bump aioecowitt 2022.09.2 * add percentage type
This commit is contained in:
parent
9c2601036d
commit
0ab19fe6f6
@ -4,7 +4,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/ecowitt",
|
"documentation": "https://www.home-assistant.io/integrations/ecowitt",
|
||||||
"dependencies": ["webhook"],
|
"dependencies": ["webhook"],
|
||||||
"requirements": ["aioecowitt==2022.09.1"],
|
"requirements": ["aioecowitt==2022.09.2"],
|
||||||
"codeowners": ["@pvizeli"],
|
"codeowners": ["@pvizeli"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
}
|
}
|
||||||
|
@ -196,6 +196,11 @@ ECOWITT_SENSORS_MAPPING: Final = {
|
|||||||
native_unit_of_measurement=PRESSURE_INHG,
|
native_unit_of_measurement=PRESSURE_INHG,
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
),
|
),
|
||||||
|
EcoWittSensorTypes.PERCENTAGE: SensorEntityDescription(
|
||||||
|
key="PERCENTAGE",
|
||||||
|
native_unit_of_measurement=PERCENTAGE,
|
||||||
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -147,7 +147,7 @@ aioeafm==0.1.2
|
|||||||
aioeagle==1.1.0
|
aioeagle==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.ecowitt
|
# homeassistant.components.ecowitt
|
||||||
aioecowitt==2022.09.1
|
aioecowitt==2022.09.2
|
||||||
|
|
||||||
# homeassistant.components.emonitor
|
# homeassistant.components.emonitor
|
||||||
aioemonitor==1.0.5
|
aioemonitor==1.0.5
|
||||||
|
@ -134,7 +134,7 @@ aioeafm==0.1.2
|
|||||||
aioeagle==1.1.0
|
aioeagle==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.ecowitt
|
# homeassistant.components.ecowitt
|
||||||
aioecowitt==2022.09.1
|
aioecowitt==2022.09.2
|
||||||
|
|
||||||
# homeassistant.components.emonitor
|
# homeassistant.components.emonitor
|
||||||
aioemonitor==1.0.5
|
aioemonitor==1.0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user