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", "unplugged": "mdi:power-plug-off",
"plugged_in": "mdi:power-plug", "plugged_in": "mdi:power-plug",
"charging": "mdi:battery-charging-100", "charging": "mdi:battery-charging-100",
"paused": "mdi:pause",
"pending_approval": "mdi:alert-decagram" "pending_approval": "mdi:alert-decagram"
} }
}, },

View File

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

View File

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

View File

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

View File

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

View File

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