| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- {
- "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/make-all/tuya-local#finding-your-device-id-and-local-key)",
- "data": {
- "host": "IP address or hostname",
- "device_id": "Device ID (uuid)",
- "local_key": "Local key",
- "protocol_version": "Protocol version (try auto if not known)",
- "poll_only": "Poll only (try this if your device does not work fully)",
- "device_cid": "Sub device ID (for devices connected via gateway)"
- }
- },
- "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"
- }
- }
- },
- "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/make-all/tuya-local#finding-your-device-id-and-local-key)",
- "data": {
- "host": "IP address or hostname",
- "local_key": "Local key",
- "protocol_version": "Protocol version (try auto if not known)",
- "poll_only": "Poll only (try this if your device does not work fully)",
- "device_cid": "Sub device ID (for devices connected via gateway)"
- }
- }
- },
- "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."
- }
- },
- "entity": {
- "climate": {
- "aircon_extra": {
- "state_attributes": {
- "fan_mode": {
- "state": {
- "health": "Healthy",
- "medhigh": "Medium-High",
- "medlow": "Medium-Low",
- "natural": "Natural",
- "quiet": "Quiet",
- "sleep": "Sleep",
- "strong": "Strong"
- }
- },
- "swing_mode": {
- "state": {
- "topmost": "Topmost",
- "top": "Top",
- "middle": "Middle",
- "down": "Down",
- "downmost": "Downmost"
- }
- }
- }
- },
- "thermostat": {
- "state_attributes": {
- "fan_mode": {
- "state": {
- "cycle": "Cycle"
- }
- },
- "preset_mode": {
- "state": {
- "manual": "Manual",
- "program": "Program",
- "temp_override": "Temporary Override",
- "perm_override": "Permanent Override"
- }
- }
- }
- },
- "combo_floor": {
- "state_attributes": {
- "preset_mode": {
- "state": {
- "cool": "Cool air",
- "fan_only": "Fan",
- "heat": "Heat air",
- "floor_cool": "Cool floor",
- "floor_heat": "Heat floor"
- }
- }
- }
- },
- "swing_as_powerlevel": {
- "state_attributes": {
- "swing_mode": {
- "name": "Heating level",
- "state": {
- "stop": "Stop",
- "auto": "Auto"
- }
- }
- }
- },
- "pool_heatpump": {
- "state_attributes": {
- "preset_mode": {
- "state": {
- "smart_heat": "Smart heat",
- "quick_heat": "Quick heat",
- "quiet_heat": "Quiet heat",
- "smart_cool": "Smart cool",
- "quick_cool": "Quick cool",
- "quiet_cool": "Quiet cool",
- "auto": "Auto"
- }
- }
- }
- },
- "thermo_switch": {
- "state_attributes": {
- "preset_mode": {
- "state": {
- "on": "On",
- "off": "Off",
- "pause": "Pause"
- }
- }
- }
- }
- },
- "humidifier": {
- "dehumidifier": {
- "state_attributes": {
- "mode": {
- "state": {
- "laundry": "Dry clothes",
- "purify": "Purify"
- }
- }
- }
- }
- },
- "fan": {
- "fan_with_presets": {
- "state_attributes": {
- "preset_mode": {
- "state": {
- "normal": "Normal",
- "nature": "Natural",
- "sleep": "Sleep",
- "child": "Child",
- "fresh": "Fresh",
- "smart": "Smart",
- "strong": "Strong",
- "off": "Off"
- }
- }
- }
- },
- "ventilation": {
- "state_attributes": {
- "preset_mode": {
- "state": {
- "fresh": "Fresh air",
- "circulate": "Circulate",
- "sleep": "Sleep",
- "auto": "Auto",
- "eco": "Eco",
- "anti-condensation": "Anti-condensation"
- }
- }
- }
- }
- }
- }
- }
|