| 
6 | 6 |         "step": {  | 
7 | 7 |             "user": {  | 
8 | 8 |                 "title": "Label State",  | 
9 |  | -                "description": "Create a binary sensor that is on if any sensor with the label meets the criteria.",  | 
 | 9 | +                "description": "Create a binary sensor that is on if any entity with the label meets the criteria.",  | 
10 | 10 |                 "menu_options": {  | 
11 | 11 |                     "numeric_state": "Numeric state",  | 
12 | 12 |                     "state": "State",  | 
 | 
15 | 15 |             },  | 
16 | 16 |             "numeric_state": {  | 
17 | 17 |                 "title": "Label Numeric State",  | 
18 |  | -                "description": "Create a binary sensor that is on if any sensor's value with the label is outside of its normal bounds.",  | 
 | 18 | +                "description": "Create a binary sensor that is on if any entities value with the label is outside of its normal bounds.",  | 
19 | 19 |                 "data": {  | 
20 | 20 |                     "label": "Label",  | 
21 | 21 |                     "name": "Name",  | 
 | 
25 | 25 |             },  | 
26 | 26 |             "state": {  | 
27 | 27 |                 "title": "Label State",  | 
28 |  | -                "description": "Create a binary sensor that is on if any sensor with the label has the specified state.",  | 
 | 28 | +                "description": "Create a binary sensor that is on if any entity with the label has the specified state.",  | 
29 | 29 |                 "data": {  | 
30 | 30 |                     "label": "Label",  | 
31 | 31 |                     "name": "Name",  | 
 | 
34 | 34 |             },  | 
35 | 35 |             "state_not": {  | 
36 | 36 |                 "title": "Label Not State",  | 
37 |  | -                "description": "Create a binary sensor that is on if any sensor with the label does not have the specified state.",  | 
 | 37 | +                "description": "Create a binary sensor that is on if any entity with the label does not have the specified state.",  | 
38 | 38 |                 "data": {  | 
39 | 39 |                     "label": "Label",  | 
40 | 40 |                     "name": "Name",  | 
 | 
50 | 50 |         "step": {  | 
51 | 51 |             "numeric_state": {  | 
52 | 52 |                 "title": "Label Numeric State",  | 
53 |  | -                "description": "Create a binary sensor that is on if any sensor's value with the label is outside of its normal bounds.",  | 
 | 53 | +                "description": "Create a binary sensor that is on if any entities value with the label is outside of its normal bounds.",  | 
54 | 54 |                 "data": {  | 
55 | 55 |                     "label": "Label",  | 
56 | 56 |                     "state_lower_limit": "Lower bound",  | 
 | 
59 | 59 |             },  | 
60 | 60 |             "state": {  | 
61 | 61 |                 "title": "Label State",  | 
62 |  | -                "description": "Create a binary sensor that is on if any sensor with the label has the specified state.",  | 
 | 62 | +                "description": "Create a binary sensor that is on if any entity with the label has the specified state.",  | 
63 | 63 |                 "data": {  | 
64 | 64 |                     "label": "Label",  | 
65 | 65 |                     "state_to": "Is"  | 
66 | 66 |                 }  | 
67 | 67 |             },  | 
68 | 68 |             "state_not": {  | 
69 | 69 |                 "title": "Label Not State",  | 
70 |  | -                "description": "Create a binary sensor that is on if any sensor with the label does not have the specified state.",  | 
 | 70 | +                "description": "Create a binary sensor that is on if any entity with the label does not have the specified state.",  | 
71 | 71 |                 "data": {  | 
72 | 72 |                     "label": "Label",  | 
73 | 73 |                     "state_not": "Not"  | 
 | 
0 commit comments