Bump aioecowitt 2022.09.2 (#78287)

* Bump aioecowitt 2022.09.2

* add percentage type
This commit is contained in:
Pascal Vizeli 2022-09-13 21:11:57 +02:00 committed by GitHub
parent 9c2601036d
commit 0ab19fe6f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ecowitt",
"dependencies": ["webhook"],
"requirements": ["aioecowitt==2022.09.1"],
"requirements": ["aioecowitt==2022.09.2"],
"codeowners": ["@pvizeli"],
"iot_class": "local_push"
}

View File

@ -196,6 +196,11 @@ ECOWITT_SENSORS_MAPPING: Final = {
native_unit_of_measurement=PRESSURE_INHG,
state_class=SensorStateClass.MEASUREMENT,
),
EcoWittSensorTypes.PERCENTAGE: SensorEntityDescription(
key="PERCENTAGE",
native_unit_of_measurement=PERCENTAGE,
state_class=SensorStateClass.MEASUREMENT,
),
}

View File

@ -147,7 +147,7 @@ aioeafm==0.1.2
aioeagle==1.1.0
# homeassistant.components.ecowitt
aioecowitt==2022.09.1
aioecowitt==2022.09.2
# homeassistant.components.emonitor
aioemonitor==1.0.5

View File

@ -134,7 +134,7 @@ aioeafm==0.1.2
aioeagle==1.1.0
# homeassistant.components.ecowitt
aioecowitt==2022.09.1
aioecowitt==2022.09.2
# homeassistant.components.emonitor
aioemonitor==1.0.5