Bump ohmepy to 1.2.3 (#134348)

This commit is contained in:
Dan Raper 2024-12-31 21:54:20 +00:00 committed by GitHub
parent ddfad614ab
commit c8276ec325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 7 additions and 3 deletions

View File

@ -12,6 +12,7 @@
"unplugged": "mdi:power-plug-off",
"plugged_in": "mdi:power-plug",
"charging": "mdi:battery-charging-100",
"paused": "mdi:pause",
"pending_approval": "mdi:alert-decagram"
}
},

View File

@ -7,5 +7,5 @@
"integration_type": "device",
"iot_class": "cloud_polling",
"quality_scale": "silver",
"requirements": ["ohme==1.2.0"]
"requirements": ["ohme==1.2.3"]
}

View File

@ -57,6 +57,7 @@
"unplugged": "Unplugged",
"plugged_in": "Plugged in",
"charging": "Charging",
"paused": "[%key:common::state::paused%]",
"pending_approval": "Pending approval"
}
},

View File

@ -1525,7 +1525,7 @@ odp-amsterdam==6.0.2
oemthermostat==1.1.1
# homeassistant.components.ohme
ohme==1.2.0
ohme==1.2.3
# homeassistant.components.ollama
ollama==0.4.5

View File

@ -1273,7 +1273,7 @@ objgraph==3.5.0
odp-amsterdam==6.0.2
# homeassistant.components.ohme
ohme==1.2.0
ohme==1.2.3
# homeassistant.components.ollama
ollama==0.4.5

View File

@ -217,6 +217,7 @@
'pending_approval',
'charging',
'plugged_in',
'paused',
]),
}),
'config_entry_id': <ANY>,
@ -256,6 +257,7 @@
'pending_approval',
'charging',
'plugged_in',
'paused',
]),
}),
'context': <ANY>,