| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "title": "Tuya Local",
- "config": {
- "step": {
- "user": {
- "title": "Configure your Tuya Local device",
- "description": "[Follow these instructions to find your device id and local key.](https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md)",
- "data": {
- "host": "IP address or hostname",
- "device_id": "Device ID (uuid)",
- "local_key": "Local key"
- }
- },
- "select_type": {
- "title": "Choose the type of device",
- "description": "Choose the type that matches your device",
- "data": {
- "type": "Device type"
- }
- },
- "choose_entities": {
- "title": "Device details",
- "description": "Choose a name for this device, and which entities will be enabled",
- "data": {
- "name": "Name",
- "humidifier": "Include a humidifier entity",
- "fan": "Include a fan entitiy",
- "climate": "Include a climate entity",
- "light": "Include a light entity",
- "lock": "Include a lock entity",
- "switch": "Include a switch entity",
- "fan_fan": "Include a fan entity",
- "fan_intensity": "Include intensity as a fan entitiy",
- "humidifier_humidifier": "Include a humidifier entity",
- "light_aq_indicator": "Include AQ indicator as a light entity",
- "light_display": "Include display as a light entity",
- "light_light": "Include a light entity",
- "light_uv_sterilization": "Include UV sterilization as a light entitiy",
- "lock_child_lock": "Include child lock as a lock entity",
- "switch_air_clean": "Include air clean as a switch entity",
- "switch_ionizer": "Include ionizer as a switch entity",
- "switch_master": "Include master switch as a switch entity",
- "switch_open_window_detector": "Include open window detect as a switch entity"
- "switch_sleep": "Include sleep mode as a switch entity",
- "switch_sound": "Include sound mute as a switch entity"
- }
- }
- },
- "abort": {
- "already_configured": "A device with that ID has already been added.",
- "not_supported": "Sorry, there is no support for this device."
- },
- "error": {
- "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
- }
- },
- "options": {
- "step": {
- "user": {
- "title": "Configure your Tuya Local device",
- "description": "[Follow these instructions to find your local key.](https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md)",
- "data": {
- "host": "IP address or hostname",
- "local_key": "Local key",
- "humidifier": "Include a humidifier entity",
- "fan": "Include a fan entitiy",
- "climate": "Include a climate entity",
- "light": "Include a light entity",
- "lock": "Include a lock entity",
- "switch": "Include a switch entity"
- }
- }
- },
- "error": {
- "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
- },
- "abort": {
- "not_supported": "Sorry, there is no support for this device."
- }
- }
- }
|