mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Bump imgw_pib to 2.0.2 (#163940)
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["imgw_pib==2.0.1"]
|
||||
"requirements": ["imgw_pib==2.0.2"]
|
||||
}
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
"hydrological_alert": {
|
||||
"name": "Hydrological alert",
|
||||
"state": {
|
||||
"exceeding_the_alarm_level": "Exceeding the alarm level",
|
||||
"exceeding_the_warning_level": "Exceeding the warning level",
|
||||
"hydrological_drought": "Hydrological drought",
|
||||
"no_alert": "No alert",
|
||||
|
||||
Generated
+1
-1
@@ -1301,7 +1301,7 @@ ihcsdk==2.8.5
|
||||
imeon_inverter_api==0.4.0
|
||||
|
||||
# homeassistant.components.imgw_pib
|
||||
imgw_pib==2.0.1
|
||||
imgw_pib==2.0.2
|
||||
|
||||
# homeassistant.components.incomfort
|
||||
incomfort-client==0.6.12
|
||||
|
||||
Generated
+1
-1
@@ -1150,7 +1150,7 @@ igloohome-api==0.1.1
|
||||
imeon_inverter_api==0.4.0
|
||||
|
||||
# homeassistant.components.imgw_pib
|
||||
imgw_pib==2.0.1
|
||||
imgw_pib==2.0.2
|
||||
|
||||
# homeassistant.components.incomfort
|
||||
incomfort-client==0.6.12
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
'no_alert',
|
||||
'hydrological_drought',
|
||||
'rapid_water_level_rise',
|
||||
'exceeding_the_alarm_level',
|
||||
'exceeding_the_warning_level',
|
||||
]),
|
||||
}),
|
||||
@@ -53,6 +54,7 @@
|
||||
'no_alert',
|
||||
'hydrological_drought',
|
||||
'rapid_water_level_rise',
|
||||
'exceeding_the_alarm_level',
|
||||
'exceeding_the_warning_level',
|
||||
]),
|
||||
'probability': 80,
|
||||
|
||||
Reference in New Issue
Block a user