mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Bump ohmepy to 1.2.3 (#134348)
This commit is contained in:
parent
ddfad614ab
commit
c8276ec325
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user