We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bfe2f commit ca9ea26Copy full SHA for ca9ea26
homeassistant/components/teslemetry/services.py
@@ -325,6 +325,9 @@ async def time_of_use(call: ServiceCall) -> None:
325
vol.Required(ATTR_TOU_SETTINGS): dict,
326
}
327
),
328
+ description_placeholders={
329
+ "time_of_use_url": "https://developer.tesla.com/docs/fleet-api#time_of_use_settings"
330
+ },
331
)
332
333
async def add_charge_schedule(call: ServiceCall) -> None:
homeassistant/components/teslemetry/strings.json
@@ -1358,7 +1358,7 @@
1358
"name": "Energy Site"
1359
},
1360
"tou_settings": {
1361
- "description": "See https://developer.tesla.com/docs/fleet-api#time_of_use_settings for details.",
+ "description": "See {time_use_url} for details.",
1362
"name": "Settings"
1363
1364
0 commit comments