We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5adb6 commit d5900e7Copy full SHA for d5900e7
1 file changed
custom_components/rohlikcz/services.yaml
@@ -96,6 +96,18 @@ get_cart_content:
96
config_entry:
97
integration: rohlikcz
98
99
+update_data:
100
+ name: Update data
101
+ description: Update data from the account
102
+ fields:
103
+ config_entry_id:
104
+ name: Account
105
+ description: The Rohlik account to use
106
+ required: true
107
+ selector:
108
+ config_entry:
109
+ integration: rohlikcz
110
+
111
search_and_add_to_cart:
112
name: Search and add to cart
113
description: Search for a product and add to a shopping cart
0 commit comments