| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "config": {
- "abort": {
- "already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
- },
- "error": {
- "cannot_connect": "Failed to connect, please try again.",
- "invalid_auth": "Invalid authentication.",
- "too_many_requests": "Too many requests, retry later.",
- "unknown": "Unexpected error."
- },
- "step": {
- "user": {
- "description": "Please enter your credentials.",
- "data": {
- "client_id": "Application Key / Client ID",
- "client_secret": "Application secret / Client secret"
- },
- "title": "Gardena Smart System"
- }
- }
- },
- "options": {
- "step": {
- "user": {
- "data": {
- "mower_duration": "Mower Duration (minutes)",
- "smart_irrigation_control_duration": "Smart Irrigation Control Duration (minutes)",
- "smart_watering_duration": "Smart Watering Duration (minutes)"
- },
- "title": "Gardena Smart System - Options"
- }
- }
- }
- }
|