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: custom_components/waste_collection_schedule/waste_collection_schedule/source/phila_gov.py
+54-33Lines changed: 54 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -29,19 +29,17 @@
29
29
"Recycle": "mdi:recycle",
30
30
}
31
31
32
-
# ### Arguments affecting the configuration GUI ####
33
-
34
-
HOW_TO_GET_ARGUMENTS_DESCRIPTION= { # Optional dictionary to describe how to get the arguments, will be shown in the GUI configuration form above the input fields, does not need to be translated in all languages
32
+
HOW_TO_GET_ARGUMENTS_DESCRIPTION= {
35
33
"en": "Search for your collection schedule at [phila.gov](https://www.phila.gov/services/trash-recycling-city-upkeep/find-your-trash-and-recycling-collection-day), use your address as it is displayed on the search results.",
36
34
}
37
35
38
-
PARAM_DESCRIPTIONS= {# Optional dict to describe the arguments, will be shown in the GUI configuration below the respective input field
36
+
PARAM_DESCRIPTIONS= {
39
37
"en": {
40
38
"address": "Street name and house number of the property",
41
39
},
42
40
}
43
41
44
-
PARAM_TRANSLATIONS= {# Optional dict to translate the arguments, will be shown in the GUI configuration form as placeholder text
42
+
PARAM_TRANSLATIONS= {
45
43
"en": {
46
44
"address": "Street name and house number of the property",
0 commit comments