mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +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",
|
||||
"plugged_in": "mdi:power-plug",
|
||||
"charging": "mdi:battery-charging-100",
|
||||
"paused": "mdi:pause",
|
||||
"pending_approval": "mdi:alert-decagram"
|
||||
}
|
||||
},
|
||||
|
@ -7,5 +7,5 @@
|
||||
"integration_type": "device",
|
||||
"iot_class": "cloud_polling",
|
||||
"quality_scale": "silver",
|
||||
"requirements": ["ohme==1.2.0"]
|
||||
"requirements": ["ohme==1.2.3"]
|
||||
}
|
||||
|
@ -57,6 +57,7 @@
|
||||
"unplugged": "Unplugged",
|
||||
"plugged_in": "Plugged in",
|
||||
"charging": "Charging",
|
||||
"paused": "[%key:common::state::paused%]",
|
||||
"pending_approval": "Pending approval"
|
||||
}
|
||||
},
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user