83 lines
2.8 KiB
JSON
83 lines
2.8 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"choice_enter_manual_or_fetch_cloud": {
|
|
"description": "A LaMetric device can be set up in Home Assistant in two different ways.\n\nYou can enter all device information and API tokens yourself, or Home Asssistant can import them from your LaMetric.com account.",
|
|
"menu_options": {
|
|
"pick_implementation": "Import from LaMetric.com (recommended)",
|
|
"manual_entry": "Enter manually"
|
|
}
|
|
},
|
|
"pick_implementation": {
|
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
|
},
|
|
"manual_entry": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The IP address or hostname of your LaMetric TIME on your network.",
|
|
"api_key": "You can find this API key in [devices page in your LaMetric developer account](https://developer.lametric.com/user/devices)."
|
|
}
|
|
},
|
|
"user_cloud_select_device": {
|
|
"data": {
|
|
"device": "Select the LaMetric device to add"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
|
|
"invalid_discovery_info": "Invalid discovery information received",
|
|
"link_local_address": "Link local addresses are not supported",
|
|
"missing_configuration": "The LaMetric integration is not configured. Please follow the documentation.",
|
|
"no_devices": "The authorized user has no LaMetric devices",
|
|
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
|
|
"reauth_device_not_found": "The device you are trying to re-authenticate is not found in this LaMetric account",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"button": {
|
|
"app_next": {
|
|
"name": "Next app"
|
|
},
|
|
"app_previous": {
|
|
"name": "Previous app"
|
|
},
|
|
"dismiss_current": {
|
|
"name": "Dismiss current notification"
|
|
},
|
|
"dismiss_all": {
|
|
"name": "Dismiss all notifications"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"rssi": {
|
|
"name": "Wi-Fi signal"
|
|
}
|
|
},
|
|
"select": {
|
|
"brightness_mode": {
|
|
"name": "Brightness mode",
|
|
"state": {
|
|
"auto": "Automatic",
|
|
"manual": "Manual"
|
|
}
|
|
}
|
|
},
|
|
"switch": {
|
|
"bluetooth": {
|
|
"name": "Bluetooth"
|
|
}
|
|
}
|
|
}
|
|
}
|