Replace "Idle" with common state in homekit_controller (#141820)

This commit is contained in:
Norbert Rittel 2025-03-30 14:34:36 +02:00 committed by GitHub
parent dce9bfd359
commit ad3f7f041f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
} }
} }