-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
148 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,152 +1,152 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"no_unconfigured_devices": "No unconfigured devices found." | ||
}, | ||
"error": { | ||
"device_not_registered": "Device is not registered in Tuya cloud", | ||
"invalid_auth": "Invalid authentication", | ||
"login_error": "Login error ({code}): {msg}" | ||
}, | ||
"flow_title": "{name}", | ||
"step": { | ||
"device": { | ||
"data": { | ||
"address": "Tuya BLE device" | ||
"config": { | ||
"abort": { | ||
"no_unconfigured_devices": "No unconfigured devices found." | ||
}, | ||
"description": "Select Tuya BLE device to setup. Device must be registered in the cloud using the mobile application. It's better to unbind the device from Tuya Bluetooth gateway, if any." | ||
}, | ||
"login": { | ||
"data": { | ||
"access_id": "Tuya IoT Access ID", | ||
"access_secret": "Tuya IoT Access Secret", | ||
"country_code": "Country", | ||
"password": "Password", | ||
"username": "Account" | ||
"error": { | ||
"device_not_registered": "Device is not registered in Tuya cloud", | ||
"invalid_auth": "Invalid authentication", | ||
"login_error": "Login error ({code}): {msg}" | ||
}, | ||
"description": "Tuya BLE requires obtaining encryption key from Tuya cloud. Almost all devices only need to access the cloud once during setup.\n\nRefer to documentation of Tuya integration to retrive the cloud credentials https://www.home-assistant.io/integrations/tuya/\n\nEnter your Tuya credentials." | ||
} | ||
} | ||
}, | ||
"entity": { | ||
"button": { | ||
"push": { | ||
"name": "Push" | ||
} | ||
}, | ||
"number": { | ||
"brightness": { | ||
"name": "Brightness" | ||
}, | ||
"carbon_dioxide_alarm_level": { | ||
"name": "Alarm level" | ||
}, | ||
"down_position": { | ||
"name": "Down position" | ||
}, | ||
"hold_time": { | ||
"name": "Hold time" | ||
}, | ||
"reporting_period": { | ||
"name": "Reporting period" | ||
}, | ||
"up_position": { | ||
"name": "Up position" | ||
} | ||
}, | ||
"select": { | ||
"fingerbot_mode": { | ||
"name": "Mode", | ||
"state": { | ||
"push": "Push", | ||
"switch": "Switch" | ||
"flow_title": "{name}", | ||
"step": { | ||
"device": { | ||
"data": { | ||
"address": "Tuya BLE device" | ||
}, | ||
"description": "Select Tuya BLE device to setup. Device must be registered in the cloud using the mobile application. It's better to unbind the device from Tuya Bluetooth gateway, if any." | ||
}, | ||
"login": { | ||
"data": { | ||
"access_id": "Tuya IoT Access ID", | ||
"access_secret": "Tuya IoT Access Secret", | ||
"country_code": "Country", | ||
"password": "Password", | ||
"username": "Account" | ||
}, | ||
"description": "Tuya BLE requires obtaining encryption key from Tuya cloud. Almost all devices only need to access the cloud once during setup.\n\nRefer to documentation of Tuya integration to retrive the cloud credentials https://www.home-assistant.io/integrations/tuya/\n\nEnter your Tuya credentials." | ||
} | ||
} | ||
}, | ||
"temperature_unit": { | ||
"name": "Temperature unit" | ||
} | ||
}, | ||
"sensor": { | ||
"battery": { | ||
"name": "Battery" | ||
}, | ||
"battery_charging": { | ||
"name": "Battery charging", | ||
"state": { | ||
"charged": "Charged", | ||
"charging": "Charging", | ||
"not_charging": "Not charging" | ||
} | ||
}, | ||
"battery_state": { | ||
"name": "Battery state", | ||
"state": { | ||
"high": "High", | ||
"low": "Low", | ||
"normal": "Normal" | ||
} | ||
}, | ||
"carbon_dioxide": { | ||
"name": "Carbon dioxide" | ||
}, | ||
"carbon_dioxide_alarm": { | ||
"name": "Carbon dioxide level", | ||
"state": { | ||
"alarm": "Alarm", | ||
"normal": "Normal" | ||
"entity": { | ||
"button": { | ||
"push": { | ||
"name": "Push" | ||
} | ||
}, | ||
"number": { | ||
"brightness": { | ||
"name": "Brightness" | ||
}, | ||
"carbon_dioxide_alarm_level": { | ||
"name": "Alarm level" | ||
}, | ||
"down_position": { | ||
"name": "Down position" | ||
}, | ||
"hold_time": { | ||
"name": "Hold time" | ||
}, | ||
"reporting_period": { | ||
"name": "Reporting period" | ||
}, | ||
"up_position": { | ||
"name": "Up position" | ||
} | ||
}, | ||
"select": { | ||
"fingerbot_mode": { | ||
"name": "Mode", | ||
"state": { | ||
"push": "Push", | ||
"switch": "Switch" | ||
} | ||
}, | ||
"temperature_unit": { | ||
"name": "Temperature unit" | ||
} | ||
}, | ||
"sensor": { | ||
"battery": { | ||
"name": "Battery" | ||
}, | ||
"battery_charging": { | ||
"name": "Battery charging", | ||
"state": { | ||
"charged": "Charged", | ||
"charging": "Charging", | ||
"not_charging": "Not charging" | ||
} | ||
}, | ||
"battery_state": { | ||
"name": "Battery state", | ||
"state": { | ||
"high": "High", | ||
"low": "Low", | ||
"normal": "Normal" | ||
} | ||
}, | ||
"carbon_dioxide": { | ||
"name": "Carbon dioxide" | ||
}, | ||
"carbon_dioxide_alarm": { | ||
"name": "Carbon dioxide level", | ||
"state": { | ||
"alarm": "Alarm", | ||
"normal": "Normal" | ||
} | ||
}, | ||
"humidity": { | ||
"name": "Humidity" | ||
}, | ||
"moisture": { | ||
"name": "Moisture" | ||
}, | ||
"signal_strength": { | ||
"name": "Signal strength" | ||
}, | ||
"temperature": { | ||
"name": "Temperature" | ||
} | ||
}, | ||
"switch": { | ||
"carbon_dioxide_alarm_switch": { | ||
"name": "Alarm enabled" | ||
}, | ||
"carbon_dioxide_severely_exceed_alarm": { | ||
"name": "Severely exceed alarm" | ||
}, | ||
"low_battery_alarm": { | ||
"name": "Low battery alarm" | ||
}, | ||
"manual_control": { | ||
"name": "Manual control" | ||
}, | ||
"reverse_positions": { | ||
"name": "Reverse positions" | ||
}, | ||
"switch": { | ||
"name": "Switch" | ||
} | ||
} | ||
}, | ||
"humidity": { | ||
"name": "Humidity" | ||
}, | ||
"moisture": { | ||
"name": "Moisture" | ||
}, | ||
"signal_strength": { | ||
"name": "Signal strength" | ||
}, | ||
"temperature": { | ||
"name": "Temperature" | ||
} | ||
}, | ||
"switch": { | ||
"carbon_dioxide_alarm_switch": { | ||
"name": "Alarm enabled" | ||
}, | ||
"carbon_dioxide_severely_exceed_alarm": { | ||
"name": "Severely exceed alarm" | ||
}, | ||
"low_battery_alarm": { | ||
"name": "Low battery alarm" | ||
}, | ||
"manual_control": { | ||
"name": "Manual control" | ||
}, | ||
"reverse_positions": { | ||
"name": "Reverse positions" | ||
}, | ||
"switch": { | ||
"name": "Switch" | ||
} | ||
} | ||
}, | ||
"options": { | ||
"error": { | ||
"device_not_registered": "Device is not registered in Tuya cloud", | ||
"invalid_auth": "Invalid authentication", | ||
"login_error": "Login error ({code}): {msg}" | ||
}, | ||
"step": { | ||
"login": { | ||
"data": { | ||
"access_id": "Tuya IoT Access ID", | ||
"access_secret": "Tuya IoT Access Secret", | ||
"country_code": "Country", | ||
"password": "Password", | ||
"username": "Account" | ||
"options": { | ||
"error": { | ||
"device_not_registered": "Device is not registered in Tuya cloud", | ||
"invalid_auth": "Invalid authentication", | ||
"login_error": "Login error ({code}): {msg}" | ||
}, | ||
"description": "Refer to documentation of Tuya integration to retrive the cloud credentials https://www.home-assistant.io/integrations/tuya/\n\nEnter your Tuya credentials." | ||
} | ||
"step": { | ||
"login": { | ||
"data": { | ||
"access_id": "Tuya IoT Access ID", | ||
"access_secret": "Tuya IoT Access Secret", | ||
"country_code": "Country", | ||
"password": "Password", | ||
"username": "Account" | ||
}, | ||
"description": "Refer to documentation of Tuya integration to retrive the cloud credentials https://www.home-assistant.io/integrations/tuya/\n\nEnter your Tuya credentials." | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters