mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
Fix binary sensor translations for carbon_monoxide (#66891)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
@@ -115,9 +115,9 @@
|
||||
"off": "Not charging",
|
||||
"on": "Charging"
|
||||
},
|
||||
"co": {
|
||||
"off": "Clear",
|
||||
"on": "Detected"
|
||||
"carbon_monoxide": {
|
||||
"off": "[%key:component::binary_sensor::state::gas::off%]",
|
||||
"on": "[%key:component::binary_sensor::state::gas::on%]"
|
||||
},
|
||||
"cold": {
|
||||
"off": "[%key:component::binary_sensor::state::battery::off%]",
|
||||
|
||||
@@ -59,8 +59,6 @@
|
||||
"connected": "{entity_name} connected",
|
||||
"gas": "{entity_name} started detecting gas",
|
||||
"hot": "{entity_name} became hot",
|
||||
"is_not_tampered": "{entity_name} stopped detecting tampering",
|
||||
"is_tampered": "{entity_name} started detecting tampering",
|
||||
"light": "{entity_name} started detecting light",
|
||||
"locked": "{entity_name} locked",
|
||||
"moist": "{entity_name} became moist",
|
||||
@@ -134,7 +132,7 @@
|
||||
"off": "Not charging",
|
||||
"on": "Charging"
|
||||
},
|
||||
"co": {
|
||||
"carbon_monoxide": {
|
||||
"off": "Clear",
|
||||
"on": "Detected"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user