diff --git a/custom_components/deutschebahn/const.py b/custom_components/deutschebahn/const.py index 0a41b9c..520e4c9 100644 --- a/custom_components/deutschebahn/const.py +++ b/custom_components/deutschebahn/const.py @@ -16,6 +16,6 @@ "EC": "EuroCity (EC)", "IC": "Intercity (IC)", "ICE": "Intercity Express (ICE)", - "TVG": "Train à grande vitesse (TVG)", + "TGV": "Train à grande vitesse (TGV)", } ATTR_DATA = "data" diff --git a/custom_components/deutschebahn/manifest.json b/custom_components/deutschebahn/manifest.json index dbf83f5..6eae98f 100644 --- a/custom_components/deutschebahn/manifest.json +++ b/custom_components/deutschebahn/manifest.json @@ -14,5 +14,5 @@ "requirements": [ "schiene==0.26" ], - "version": "2.2.0" + "version": "2.2.1" } \ No newline at end of file