Use common state for "Manual" in homee (#143063)

This commit is contained in:
Norbert Rittel 2025-04-16 11:44:14 +02:00 committed by GitHub
parent c96bb45940
commit e6262de5ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,7 @@
"state_attributes": { "state_attributes": {
"preset_mode": { "preset_mode": {
"state": { "state": {
"manual": "Manual" "manual": "[%key:common::state::manual%]"
} }
} }
} }