mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 03:35:56 +02:00
221 lines
5.8 KiB
JSON
221 lines
5.8 KiB
JSON
{
|
|
"title": "Royal Meteorological Institute of Belgium",
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "The weather for this zone is already configured",
|
|
"unknown": "Unknown error"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"title": "Configuration",
|
|
"data": {
|
|
"zone": "Zone",
|
|
"style": "Style of the radar",
|
|
"dark_mode": "Radar dark mode",
|
|
"use_deprecated_forecast_attribute": "Use the deprecated forecat attribute",
|
|
"language_override": "Language"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"out_of_benelux": "{zone} is out of Benelux. Pick a zone in Benelux.",
|
|
"api_error": "Could not get data from the API",
|
|
"zone_not_exist": "{zone} does not exist"
|
|
}
|
|
},
|
|
"selector": {
|
|
"style": {
|
|
"options": {
|
|
"standard_style": "Standard",
|
|
"contrast_style": "High contrast",
|
|
"yellow_red_style": "Yellow-Red",
|
|
"satellite_style": "Satellite map"
|
|
}
|
|
},
|
|
"use_deprecated_forecast_attribute": {
|
|
"options": {
|
|
"do_not_use_deprecated_forecast": "Do not use (recommended)",
|
|
"daily_in_deprecated_forecast": "Use for daily forecast",
|
|
"twice_daily_in_deprecated_forecast": "Use for twice daily forecast",
|
|
"hourly_in_deprecated_forecast": "Use for hourly forecast"
|
|
}
|
|
},
|
|
"repair_solution": {
|
|
"options": {
|
|
"repair_option_move": "I moved the zone in Benelux",
|
|
"repair_option_delete": "Delete that config entry"
|
|
}
|
|
},
|
|
"language_override": {
|
|
"options": {
|
|
"none": "Follow Home Assistant server language",
|
|
"fr": "French",
|
|
"nl": "Dutch",
|
|
"de": "German",
|
|
"en": "English"
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Options",
|
|
"data": {
|
|
"style": "Style of the radar",
|
|
"dark_mode": "Radar dark mode",
|
|
"use_deprecated_forecast_attribute": "Use the deprecated forecat attribute",
|
|
"language_override": "Language"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"zone_moved": {
|
|
"title": "{zone} is outside of Benelux",
|
|
"fix_flow": {
|
|
"step": {
|
|
"confirm": {
|
|
"title": "Repair: {zone} is outside of Benelux",
|
|
"description": "This integration can only get data for location in the Benelux. Move the zone or delete this configuration entry."
|
|
}
|
|
},
|
|
"error": {
|
|
"out_of_benelux": "{zone} is out of Benelux. Move it inside Benelux first.",
|
|
"api_error": "Could not get data from the API",
|
|
"zone_not_exist": "{zone} does not exist",
|
|
"invalid_choice": "The choice is not valid"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"next_warning": {
|
|
"name": "Next warning"
|
|
},
|
|
"next_sunrise": {
|
|
"name": "Next sunrise"
|
|
},
|
|
"next_sunset": {
|
|
"name": "Next sunset"
|
|
},
|
|
"pollen_alder": {
|
|
"name": "Alder pollen",
|
|
"state": {
|
|
"active": "Active",
|
|
"green": "Green",
|
|
"yellow": "Yellow",
|
|
"orange": "Orange",
|
|
"red": "Red",
|
|
"purple": "Purple",
|
|
"none": "None"
|
|
}
|
|
},
|
|
"pollen_ash": {
|
|
"name": "Ash pollen",
|
|
"state": {
|
|
"active": "Active",
|
|
"green": "Green",
|
|
"yellow": "Yellow",
|
|
"orange": "Orange",
|
|
"red": "Red",
|
|
"purple": "Purple",
|
|
"none": "None"
|
|
}
|
|
},
|
|
"pollen_birch": {
|
|
"name": "Birch pollen",
|
|
"state": {
|
|
"active": "Active",
|
|
"green": "Green",
|
|
"yellow": "Yellow",
|
|
"orange": "Orange",
|
|
"red": "Red",
|
|
"purple": "Purple",
|
|
"none": "None"
|
|
}
|
|
},
|
|
"pollen_grasses": {
|
|
"name": "Grass pollen",
|
|
"state": {
|
|
"active": "Active",
|
|
"green": "Green",
|
|
"yellow": "Yellow",
|
|
"orange": "Orange",
|
|
"red": "Red",
|
|
"purple": "Purple",
|
|
"none": "None"
|
|
}
|
|
},
|
|
"pollen_hazel": {
|
|
"name": "Hazel pollen",
|
|
"state": {
|
|
"active": "Active",
|
|
"green": "Green",
|
|
"yellow": "Yellow",
|
|
"orange": "Orange",
|
|
"red": "Red",
|
|
"purple": "Purple",
|
|
"none": "None"
|
|
}
|
|
},
|
|
"pollen_mugwort": {
|
|
"name": "Mugwort pollen",
|
|
"state": {
|
|
"active": "Active",
|
|
"green": "Green",
|
|
"yellow": "Yellow",
|
|
"orange": "Orange",
|
|
"red": "Red",
|
|
"purple": "Purple",
|
|
"none": "None"
|
|
}
|
|
},
|
|
"pollen_oak": {
|
|
"name": "Oak pollen",
|
|
"state": {
|
|
"active": "Active",
|
|
"green": "Green",
|
|
"yellow": "Yellow",
|
|
"orange": "Orange",
|
|
"red": "Red",
|
|
"purple": "Purple",
|
|
"none": "None"
|
|
}
|
|
},
|
|
"current_temperature": {
|
|
"name": "Temperature"
|
|
},
|
|
"current_wind_speed": {
|
|
"name": "Wind speed"
|
|
},
|
|
"current_wind_gust_speed": {
|
|
"name": "Wind gust speed"
|
|
},
|
|
"current_wind_bearing": {
|
|
"name": "Wind bearing"
|
|
},
|
|
"current_uv_index": {
|
|
"name": "UV index"
|
|
},
|
|
"current_pressure": {
|
|
"name": "Atmospheric pressure"
|
|
},
|
|
"current_rainfall": {
|
|
"name": "Rainfall"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"get_forecasts_radar": {
|
|
"name": "Get forecast from the radar",
|
|
"description": "Get weather forecast from the radar. Only precipitation is available.",
|
|
"fields": {
|
|
"include_past_forecasts": {
|
|
"name": "Include past forecasts",
|
|
"description": "Also return forecasts for that are in the past."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|