mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Add missing description placeholder in Tessie (#128481)
This commit is contained in:
parent
4964470e9c
commit
5d058c29a2
@ -19,7 +19,8 @@ from .const import DOMAIN
|
|||||||
|
|
||||||
TESSIE_SCHEMA = vol.Schema({vol.Required(CONF_ACCESS_TOKEN): str})
|
TESSIE_SCHEMA = vol.Schema({vol.Required(CONF_ACCESS_TOKEN): str})
|
||||||
DESCRIPTION_PLACEHOLDERS = {
|
DESCRIPTION_PLACEHOLDERS = {
|
||||||
"url": "[my.tessie.com/settings/api](https://my.tessie.com/settings/api)"
|
"name": "Tessie",
|
||||||
|
"url": "[my.tessie.com/settings/api](https://my.tessie.com/settings/api)",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user