mirror of https://github.com/home-assistant/core
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "WeatherKit setup",
|
|
"description": "Enter your location details and WeatherKit authentication credentials below.",
|
|
"data": {
|
|
"name": "Name",
|
|
"location": "[%key:common::config_flow::data::location%]",
|
|
"key_id": "Key ID",
|
|
"team_id": "Apple team ID",
|
|
"service_id": "Service ID",
|
|
"key_pem": "Private key (.p8)"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]",
|
|
"unsupported_location": "Apple WeatherKit does not provide data for this location.",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"pressure_trend": {
|
|
"name": "Pressure trend",
|
|
"state": {
|
|
"steady": "Steady",
|
|
"rising": "Rising",
|
|
"falling": "Falling"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|