1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00

Fix switch_failed_off exception wording in honeywell (#166987)

This commit is contained in:
Norbert Rittel
2026-04-01 14:06:15 +02:00
committed by GitHub
parent 5197722733
commit c2065f1f14

View File

@@ -77,7 +77,7 @@
"message": "Honeywell could not stop hold mode"
},
"switch_failed_off": {
"message": "Honeywell could turn off emergency heat mode."
"message": "Honeywell could not turn off emergency heat mode."
},
"switch_failed_on": {
"message": "Honeywell could not set system mode to emergency heat mode."