mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
20 lines
348 B
JSON
20 lines
348 B
JSON
{
|
|
"conditions": {
|
|
"is_charging": {
|
|
"condition": "mdi:battery-charging"
|
|
},
|
|
"is_level": {
|
|
"condition": "mdi:battery-unknown"
|
|
},
|
|
"is_low": {
|
|
"condition": "mdi:battery-alert"
|
|
},
|
|
"is_not_charging": {
|
|
"condition": "mdi:battery"
|
|
},
|
|
"is_not_low": {
|
|
"condition": "mdi:battery"
|
|
}
|
|
}
|
|
}
|