Use common state for "Away" in honeywell (#141894)

This commit is contained in:
Norbert Rittel 2025-03-31 08:44:42 +02:00 committed by GitHub
parent 03366038ce
commit 92ac396d19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@
"preset_mode": {
"state": {
"hold": "Hold",
"away": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::away%]",
"away": "[%key:common::state::not_home%]",
"none": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::none%]"
}
}