mirror of
https://github.com/home-assistant/core.git
synced 2025-09-10 15:21:38 +02:00
Add battery charging state icons to Reolink (#149125)
This commit is contained in:
@@ -402,7 +402,12 @@
|
|||||||
"default": "mdi:thermometer"
|
"default": "mdi:thermometer"
|
||||||
},
|
},
|
||||||
"battery_state": {
|
"battery_state": {
|
||||||
"default": "mdi:battery-charging"
|
"default": "mdi:battery-unknown",
|
||||||
|
"state": {
|
||||||
|
"discharging": "mdi:battery-minus-variant",
|
||||||
|
"charging": "mdi:battery-charging",
|
||||||
|
"chargecomplete": "mdi:battery-check"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"day_night_state": {
|
"day_night_state": {
|
||||||
"default": "mdi:theme-light-dark"
|
"default": "mdi:theme-light-dark"
|
||||||
|
Reference in New Issue
Block a user