Use friendly_name instead of name in config entry

This commit is contained in:
Pierre Ståhl
2020-09-17 13:48:43 +02:00
committed by rospogrigio
parent 9973c5fdcb
commit e79b4cf619
2 changed files with 4 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
"title": "Add Tuya device",
"description": "Fill in the basic details and pick device type. The name entered here will be used to identify the integration itself (as seen in the `Integrations` page). You will add entities and give them names in the following steps.",
"data": {
"name": "Name",
"friendly_name": "Name",
"host": "Host",
"device_id": "Device ID",
"local_key": "Local key",