You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: homeassistant/components/smartthings/strings.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -473,6 +473,10 @@
473
473
"deprecated_binary_valve": {
474
474
"title": "Deprecated valve binary sensor detected in some automations or scripts",
475
475
"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."
476
+
},
477
+
"deprecated_binary_fridge_door": {
478
+
"title": "Deprecated refrigerator door binary sensor detected in some automations or scripts",
479
+
"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."
0 commit comments