Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
fix gui description missing #43
Browse files Browse the repository at this point in the history
  • Loading branch information
FaserF committed Jul 27, 2024
1 parent 4896084 commit 6f72c4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions custom_components/deutschebahn/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
CONF_START = "start"
CONF_OFFSET = "offset"
CONF_ONLY_DIRECT = "only_direct"
CONF_MAX_CONNECTIONS = "maximum count of connections that will be fetched"
CONF_UPDATE_INTERVAL = "refresh time in minutes"
CONF_MAX_CONNECTIONS = "max_connections"
CONF_UPDATE_INTERVAL = "scan_interval"
CONF_IGNORED_PRODUCTS = "ignored_products"
CONF_IGNORED_PRODUCTS_OPTIONS = {
"BUS": "Busverkehr (BUS)",
Expand Down
4 changes: 2 additions & 2 deletions custom_components/deutschebahn/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"only_direct": "Only show direct connections?",
"max_connections": "Max connections in sensor",
"ignored_products": "Products to ignore",
"scan_interval": "Scan interval in seconds"
"scan_interval": "Scan interval in minutes"
}
}
}
Expand All @@ -26,7 +26,7 @@
"only_direct": "Only show direct connections?",
"max_connections": "Max connections in sensor",
"ignored_products": "Products to ignore",
"scan_interval": "Scan interval in seconds"
"scan_interval": "Scan interval in minutes"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions custom_components/deutschebahn/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"only_direct": "Nur direkte Verbindungen anzeigen?",
"max_connections": "Maximale Anzahl der angezeigten Verbindungen",
"ignored_products": "Zu ignorierende Produkte",
"scan_interval": "Aktualisierungsintervall in Sekunden"
"scan_interval": "Aktualisierungsintervall in Minuten"
}
}
}
Expand All @@ -26,7 +26,7 @@
"only_direct": "Nur direkte Verbindungen anzeigen?",
"max_connections": "Maximale Anzahl der angezeigten Verbindungen",
"ignored_products": "Zu ignorierende Produkte",
"scan_interval": "Aktualisierungsintervall in Sekunden"
"scan_interval": "Aktualisierungsintervall in Minuten"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions custom_components/deutschebahn/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"only_direct": "Only show direct connections?",
"max_connections": "Max connections in sensor",
"ignored_products": "Products to ignore",
"scan_interval": "Scan interval in seconds"
"scan_interval": "Scan interval in minutes"
}
}
}
Expand All @@ -26,7 +26,7 @@
"only_direct": "Only show direct connections?",
"max_connections": "Max connections in sensor",
"ignored_products": "Products to ignore",
"scan_interval": "Scan interval in seconds"
"scan_interval": "Scan interval in minutes"
}
}
},
Expand Down

0 comments on commit 6f72c4e

Please sign in to comment.