-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.json
More file actions
44 lines (44 loc) · 1.38 KB
/
Copy pathstrings.json
File metadata and controls
44 lines (44 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"config": {
"step": {
"user": {
"title": "DTE Residential Rates",
"description": "Choose your DTE residential electric pricing plan.\n\n{rider18_status}",
"data": {
"selected_rate": "Rate plan",
"net_metering": "Net metering enabled"
}
}
}
},
"services": {
"refresh_rate_card": {
"name": "Refresh DTE rate card",
"description": "Download and re-parse the latest DTE Residential Electric Rate Card now.",
"fields": {
"entry_id": {
"name": "Config entry ID",
"description": "Optional. Refresh only one DTE Rates config entry."
}
}
},
"show_rate_schedule": {
"name": "Show rate schedule",
"description": "Show the full parsed schedule for a DTE rate in a persistent notification.",
"fields": {
"entry_id": {
"name": "Config entry ID",
"description": "Optional. Uses the first configured DTE Rates entry if omitted."
},
"rate_code": {
"name": "Rate code",
"description": "Optional. Example D1.11 or D1.13. Uses the configured selected rate if omitted."
}
}
},
"show_lovelace_card_example": {
"name": "Show Lovelace card example",
"description": "Create a persistent notification with resource and YAML needed for the custom DTE card."
}
}
}