mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Fix typos in smartthings
binary sensor deprecation messages (#141299)
Fix typos in 'smartthings` binary sensor deprecation messages
This commit is contained in:
@@ -472,11 +472,11 @@
|
||||
"issues": {
|
||||
"deprecated_binary_valve": {
|
||||
"title": "Deprecated valve binary sensor detected in some automations or scripts",
|
||||
"description": "The valve binary sensor `{entity}` is deprecated and is used in the following automations or scripts:\n{items}\n\nA valve entity with controls is available and should be used going forward; Please use it on the above automations or scripts to fix this issue."
|
||||
"description": "The valve binary sensor `{entity}` is deprecated and is used in the following automations or scripts:\n{items}\n\nA valve entity with controls is available and should be used going forward. Please use it in the above automations or scripts to fix this issue."
|
||||
},
|
||||
"deprecated_binary_fridge_door": {
|
||||
"title": "Deprecated refrigerator door binary sensor detected in some automations or scripts",
|
||||
"description": "The refrigerator door binary sensor `{entity}` is deprecated and is used in the following automations or scripts:\n{items}\n\nSeparate entities for cooler and freezer door are available and should be used going forward; Please use it on the above automations or scripts to fix this issue."
|
||||
"description": "The refrigerator door binary sensor `{entity}` is deprecated and is used in the following automations or scripts:\n{items}\n\nSeparate entities for cooler and freezer door are available and should be used going forward. Please use them in the above automations or scripts to fix this issue."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user