mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Replace "Idle" with common state in homekit_controller
(#141820)
This commit is contained in:
parent
dce9bfd359
commit
ad3f7f041f
@ -141,7 +141,7 @@
|
|||||||
"air_purifier_state_current": {
|
"air_purifier_state_current": {
|
||||||
"state": {
|
"state": {
|
||||||
"inactive": "Inactive",
|
"inactive": "Inactive",
|
||||||
"idle": "Idle",
|
"idle": "[%key:common::state::idle%]",
|
||||||
"purifying": "Purifying"
|
"purifying": "Purifying"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user