1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/weatherkit/strings.json
2025-10-28 10:33:10 +01:00

38 lines
1.1 KiB
JSON

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