mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
parent
5eea5858ea
commit
f4ed9edec6
@ -107,12 +107,12 @@
|
|||||||
"battery_charger_status": {
|
"battery_charger_status": {
|
||||||
"name": "Charging status",
|
"name": "Charging status",
|
||||||
"state": {
|
"state": {
|
||||||
"charging": "Charging",
|
"charging": "[%key:common::state::charging%]",
|
||||||
"discharging": "Discharging",
|
"discharging": "[%key:common::state::discharging%]",
|
||||||
"floating": "Floating",
|
"floating": "Floating",
|
||||||
"resting": "Resting",
|
"resting": "Resting",
|
||||||
"unknown": "Unknown",
|
"unknown": "Unknown",
|
||||||
"disabled": "Disabled",
|
"disabled": "[%key:common::state::disabled%]",
|
||||||
"off": "Off"
|
"off": "Off"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -223,8 +223,8 @@
|
|||||||
"ups_beeper_status": {
|
"ups_beeper_status": {
|
||||||
"name": "Beeper status",
|
"name": "Beeper status",
|
||||||
"state": {
|
"state": {
|
||||||
"enabled": "Enabled",
|
"enabled": "[%key:common::state::enabled%]",
|
||||||
"disabled": "Disabled",
|
"disabled": "[%key:common::state::disabled%]",
|
||||||
"muted": "Muted"
|
"muted": "Muted"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user