mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Add missing description placeholder in Tessie (#128481)
This commit is contained in:
@@ -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)",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user