411 lines
13 KiB
JSON
411 lines
13 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{name} {model} ({host})",
|
|
"step": {
|
|
"user": {
|
|
"description": "If you leave the host empty, discovery will be used to find devices.",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "Hostname or IP address of your TP-Link device."
|
|
}
|
|
},
|
|
"pick_device": {
|
|
"data": {
|
|
"device": "[%key:common::config_flow::data::device%]"
|
|
},
|
|
"data_description": {
|
|
"device": "Pick the TP-Link device to add."
|
|
}
|
|
},
|
|
"discovery_confirm": {
|
|
"description": "Do you want to set up {name} {model} ({host})?"
|
|
},
|
|
"user_auth_confirm": {
|
|
"title": "Authenticate",
|
|
"description": "The device requires authentication, please input your TP-Link credentials below. Note, that both e-mail and password are case-sensitive.",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"username": "Your TP-Link cloud username which is the full email and is case sensitive.",
|
|
"password": "Your TP-Link cloud password which is case sensitive."
|
|
}
|
|
},
|
|
"discovery_auth_confirm": {
|
|
"title": "Authenticate",
|
|
"description": "[%key:component::tplink::config::step::user_auth_confirm::description%]",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"username": "[%key:component::tplink::config::step::user_auth_confirm::data_description::username%]",
|
|
"password": "[%key:component::tplink::config::step::user_auth_confirm::data_description::password%]"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "[%key:component::tplink::config::step::user_auth_confirm::description%]",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"username": "[%key:component::tplink::config::step::user_auth_confirm::data_description::username%]",
|
|
"password": "[%key:component::tplink::config::step::user_auth_confirm::data_description::password%]"
|
|
}
|
|
},
|
|
"reconfigure": {
|
|
"title": "Reconfigure TPLink entry",
|
|
"description": "Update your configuration for device {mac}",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "[%key:component::tplink::config::step::user::data_description::host%]"
|
|
}
|
|
},
|
|
"camera_auth_confirm": {
|
|
"title": "Set camera account credentials",
|
|
"description": "Input device camera account credentials.",
|
|
"data": {
|
|
"live_view": "Enable camera live view",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"live_view": "Enabling live view will create the live view camera entity and requires your camera account credentials.",
|
|
"username": "Your camera account username configured for the device in the Tapo app.",
|
|
"password": "Your camera account password configured for the device in the Tapo app."
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Connection error: {error}",
|
|
"invalid_auth": "Unable to authenticate: {error}",
|
|
"invalid_camera_auth": "Camera stream authentication failed",
|
|
"cannot_connect_camera": "Unable to access the camera stream, verify that you have set up the camera account: {error}",
|
|
"camera_creds": "You have to set both username and password"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"humidity_warning": {
|
|
"name": "Humidity warning"
|
|
},
|
|
"temperature_warning": {
|
|
"name": "Temperature warning"
|
|
},
|
|
"overheated": {
|
|
"name": "Overheated"
|
|
},
|
|
"cloud_connection": {
|
|
"name": "Cloud connection"
|
|
},
|
|
"water_alert": {
|
|
"name": "[%key:component::binary_sensor::entity_component::moisture::name%]",
|
|
"state": {
|
|
"off": "[%key:component::binary_sensor::entity_component::moisture::state::off%]",
|
|
"on": "[%key:component::binary_sensor::entity_component::moisture::state::on%]"
|
|
}
|
|
}
|
|
},
|
|
"button": {
|
|
"test_alarm": {
|
|
"name": "Test alarm"
|
|
},
|
|
"stop_alarm": {
|
|
"name": "Stop alarm"
|
|
},
|
|
"pan_left": {
|
|
"name": "Pan left"
|
|
},
|
|
"pan_right": {
|
|
"name": "Pan right"
|
|
},
|
|
"tilt_up": {
|
|
"name": "Tilt up"
|
|
},
|
|
"tilt_down": {
|
|
"name": "Tilt down"
|
|
},
|
|
"pair": {
|
|
"name": "Pair new device"
|
|
},
|
|
"unpair": {
|
|
"name": "Unpair device"
|
|
}
|
|
},
|
|
"camera": {
|
|
"live_view": {
|
|
"name": "Live view"
|
|
}
|
|
},
|
|
"select": {
|
|
"light_preset": {
|
|
"name": "Light preset"
|
|
},
|
|
"alarm_sound": {
|
|
"name": "Alarm sound"
|
|
},
|
|
"alarm_volume": {
|
|
"name": "Alarm volume"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"current_consumption": {
|
|
"name": "Current consumption"
|
|
},
|
|
"consumption_total": {
|
|
"name": "Total consumption"
|
|
},
|
|
"consumption_today": {
|
|
"name": "Today's consumption"
|
|
},
|
|
"consumption_this_month": {
|
|
"name": "This month's consumption"
|
|
},
|
|
"on_since": {
|
|
"name": "On since"
|
|
},
|
|
"ssid": {
|
|
"name": "SSID"
|
|
},
|
|
"signal_level": {
|
|
"name": "Signal level"
|
|
},
|
|
"device_time": {
|
|
"name": "Device time"
|
|
},
|
|
"water_alert_timestamp": {
|
|
"name": "Last water leak alert"
|
|
},
|
|
"auto_off_at": {
|
|
"name": "Auto off at"
|
|
},
|
|
"report_interval": {
|
|
"name": "Report interval"
|
|
},
|
|
"alarm_source": {
|
|
"name": "Alarm source"
|
|
},
|
|
"vacuum_error": {
|
|
"name": "Error",
|
|
"state": {
|
|
"ok": "No error",
|
|
"sidebrushstuck": "Side brush stuck",
|
|
"mainbrushstuck": "Main brush stuck",
|
|
"wheelblocked": "Wheel blocked",
|
|
"trapped": "Unable to move",
|
|
"trappedcliff": "Unable to move (cliff sensor)",
|
|
"dustbinremoved": "Missing dust bin",
|
|
"unabletomove": "Unable to move",
|
|
"lidarblocked": "Lidar blocked",
|
|
"unabletofinddock": "Unable to find dock",
|
|
"batterylow": "Low on battery",
|
|
"unknowninternal": "Unknown error, report to upstream"
|
|
}
|
|
}
|
|
},
|
|
"switch": {
|
|
"led": {
|
|
"name": "LED"
|
|
},
|
|
"auto_update_enabled": {
|
|
"name": "Auto update enabled"
|
|
},
|
|
"auto_off_enabled": {
|
|
"name": "Auto off enabled"
|
|
},
|
|
"smooth_transitions": {
|
|
"name": "Smooth transitions"
|
|
},
|
|
"fan_sleep_mode": {
|
|
"name": "Fan sleep mode"
|
|
},
|
|
"child_lock": {
|
|
"name": "Child lock"
|
|
},
|
|
"pir_enabled": {
|
|
"name": "Motion sensor"
|
|
},
|
|
"motion_detection": {
|
|
"name": "Motion detection"
|
|
},
|
|
"person_detection": {
|
|
"name": "Person detection"
|
|
},
|
|
"tamper_detection": {
|
|
"name": "Tamper detection"
|
|
},
|
|
"baby_cry_detection": {
|
|
"name": "Baby cry detection"
|
|
},
|
|
"carpet_boost": {
|
|
"name": "Carpet boost"
|
|
}
|
|
},
|
|
"number": {
|
|
"smooth_transition_on": {
|
|
"name": "Smooth on"
|
|
},
|
|
"smooth_transition_off": {
|
|
"name": "Smooth off"
|
|
},
|
|
"auto_off_minutes": {
|
|
"name": "Turn off in"
|
|
},
|
|
"temperature_offset": {
|
|
"name": "Temperature offset"
|
|
},
|
|
"pan_step": {
|
|
"name": "Pan degrees"
|
|
},
|
|
"tilt_step": {
|
|
"name": "Tilt degrees"
|
|
},
|
|
"clean_count": {
|
|
"name": "Clean count"
|
|
}
|
|
}
|
|
},
|
|
"device": {
|
|
"unnamed_device": {
|
|
"name": "Unnamed {model}"
|
|
}
|
|
},
|
|
"services": {
|
|
"sequence_effect": {
|
|
"name": "Sequence effect",
|
|
"description": "Sets a sequence effect.",
|
|
"fields": {
|
|
"sequence": {
|
|
"name": "Sequence",
|
|
"description": "List of HSV sequences (Max 16)."
|
|
},
|
|
"segments": {
|
|
"name": "Segments",
|
|
"description": "List of Segments (0 for all)."
|
|
},
|
|
"brightness": {
|
|
"name": "Brightness",
|
|
"description": "Initial brightness."
|
|
},
|
|
"duration": {
|
|
"name": "Duration",
|
|
"description": "Duration."
|
|
},
|
|
"repeat_times": {
|
|
"name": "Repetitions",
|
|
"description": "Repetitions (0 for continuous)."
|
|
},
|
|
"transition": {
|
|
"name": "Transition",
|
|
"description": "Transition."
|
|
},
|
|
"spread": {
|
|
"name": "Spread",
|
|
"description": "Speed of spread."
|
|
},
|
|
"direction": {
|
|
"name": "Direction",
|
|
"description": "Direction."
|
|
}
|
|
}
|
|
},
|
|
"random_effect": {
|
|
"name": "Random effect",
|
|
"description": "Sets a random effect.",
|
|
"fields": {
|
|
"init_states": {
|
|
"name": "Initial states",
|
|
"description": "Initial HSV sequence."
|
|
},
|
|
"backgrounds": {
|
|
"name": "Backgrounds",
|
|
"description": "[%key:component::tplink::services::sequence_effect::fields::sequence::description%]"
|
|
},
|
|
"segments": {
|
|
"name": "Segments",
|
|
"description": "List of segments (0 for all)."
|
|
},
|
|
"brightness": {
|
|
"name": "Brightness",
|
|
"description": "[%key:component::tplink::services::sequence_effect::fields::brightness::description%]"
|
|
},
|
|
"duration": {
|
|
"name": "Duration",
|
|
"description": "[%key:component::tplink::services::sequence_effect::fields::duration::description%]"
|
|
},
|
|
"transition": {
|
|
"name": "Transition",
|
|
"description": "[%key:component::tplink::services::sequence_effect::fields::transition::description%]"
|
|
},
|
|
"fadeoff": {
|
|
"name": "Fade off",
|
|
"description": "Fade off."
|
|
},
|
|
"hue_range": {
|
|
"name": "Hue range",
|
|
"description": "Range of hue."
|
|
},
|
|
"saturation_range": {
|
|
"name": "Saturation range",
|
|
"description": "Range of saturation."
|
|
},
|
|
"brightness_range": {
|
|
"name": "Brightness range",
|
|
"description": "Range of brightness."
|
|
},
|
|
"transition_range": {
|
|
"name": "Transition range",
|
|
"description": "Range of transition."
|
|
},
|
|
"random_seed": {
|
|
"name": "Random seed",
|
|
"description": "Random seed."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"device_timeout": {
|
|
"message": "Timeout communicating with the device {func}: {exc}"
|
|
},
|
|
"device_error": {
|
|
"message": "Unable to communicate with the device {func}: {exc}"
|
|
},
|
|
"device_authentication": {
|
|
"message": "Device authentication error {func}: {exc}"
|
|
},
|
|
"set_custom_effect": {
|
|
"message": "Error trying to set custom effect {effect}: {exc}"
|
|
},
|
|
"unexpected_device": {
|
|
"message": "Unexpected device found at {host}; expected {expected}, found {found}"
|
|
},
|
|
"unsupported_mode": {
|
|
"message": "Tried to set unsupported mode: {mode}"
|
|
},
|
|
"invalid_alarm_duration": {
|
|
"message": "Invalid duration {duration} available: 1-{duration_max}s"
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_entity": {
|
|
"title": "Detected deprecated {platform} entity usage",
|
|
"description": "We detected that entity `{entity}` is being used in `{info}`\n\nWe have created a new `{new_platform}` entity and you should migrate `{info}` to use this new entity.\n\nWhen you are done migrating `{info}` and are ready to have the deprecated `{entity}` entity removed, disable the entity and restart Home Assistant."
|
|
}
|
|
}
|
|
}
|