93 lines
3.5 KiB
JSON
93 lines
3.5 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Location is already configured",
|
|
"reauth_successful": "Re-authentication was successful"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"general_error": "Unexpected error",
|
|
"invalid_api_key": "Invalid API key",
|
|
"location_not_found": "Location not found"
|
|
},
|
|
"step": {
|
|
"geography_by_coords": {
|
|
"data": {
|
|
"api_key": "API Key",
|
|
"latitude": "Latitude",
|
|
"longitude": "Longitude"
|
|
},
|
|
"description": "Use the AirVisual cloud API to monitor a latitude/longitude.",
|
|
"title": "Configure a Geography"
|
|
},
|
|
"geography_by_name": {
|
|
"data": {
|
|
"api_key": "API Key",
|
|
"city": "City",
|
|
"country": "Country",
|
|
"state": "state"
|
|
},
|
|
"description": "Use the AirVisual cloud API to monitor a city/state/country.",
|
|
"title": "Configure a Geography"
|
|
},
|
|
"node_pro": {
|
|
"data": {
|
|
"ip_address": "Host",
|
|
"password": "Password"
|
|
},
|
|
"description": "Monitor a personal AirVisual unit. The password can be retrieved from the unit's UI.",
|
|
"title": "Configure an AirVisual Node/Pro"
|
|
},
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"api_key": "API Key"
|
|
},
|
|
"title": "Re-authenticate AirVisual"
|
|
},
|
|
"user": {
|
|
"description": "Pick what type of AirVisual data you want to monitor.",
|
|
"title": "Configure AirVisual"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"pollutant_label": {
|
|
"state": {
|
|
"co": "Carbon Monoxide",
|
|
"n2": "Nitrogen Dioxide",
|
|
"o3": "Ozone",
|
|
"p1": "PM10",
|
|
"p2": "PM2.5",
|
|
"s2": "Sulfur Dioxide"
|
|
}
|
|
},
|
|
"pollutant_level": {
|
|
"state": {
|
|
"good": "Good",
|
|
"hazardous": "Hazardous",
|
|
"moderate": "Moderate",
|
|
"unhealthy": "Unhealthy",
|
|
"unhealthy_sensitive": "Unhealthy for sensitive groups",
|
|
"very_unhealthy": "Very unhealthy"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"airvisual_pro_migration": {
|
|
"description": "AirVisual Pro units are now their own Home Assistant integration (as opposed to be included with the original AirVisual integration that uses the AirVisual cloud API). The Pro device located at `{ip_address}` has automatically been migrated.\n\nAs part of that migration, the Pro's device ID has changed from `{old_device_id}` to `{new_device_id}`. Please update these automations to use the new device ID: {device_automations_string}.",
|
|
"title": "{ip_address} is now part of the AirVisual Pro integration"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"show_on_map": "Show monitored geography on the map"
|
|
},
|
|
"title": "Configure AirVisual"
|
|
}
|
|
}
|
|
}
|
|
} |