From 032bd3336f68d4704f9a4840980ad2a127d1090d Mon Sep 17 00:00:00 2001 From: Fabian Seitz Date: Thu, 30 Nov 2023 14:32:20 +0100 Subject: [PATCH] Bump version to 2.1.0 --- README.md | 5 +++-- custom_components/deutschebahn/manifest.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a7777f..90514c8 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ where `` is your Home Assistant configuration directory. 3. Restart Homeassistant 4. Set up the integration from the UI -## ConfiguratioN +## Configuration Go to Configuration -> Integrations and click on "add integration". Then search for "Deutsche Bahn". @@ -50,7 +50,8 @@ Go to Configuration -> Integrations and click on "add integration". Then search - **from**: The name of the start station. - **to**: The name of the end/destination station. - **offset** (optional): Do not display departures leaving sooner than this number of seconds. Useful if you are a couple of minutes away from the stop. The formats "HH:MM" and "HH:MM:SS" are also supported. -- **only_direct** (optional - default is false): Only show direct connections. +- **only direct** (optional - default is false): Only show direct connections. +- **products to ignore** (optional - default is empty): Filter train types, that should be excluded ### YAML Config DEPRECATED, use the GUI setup instead! Only valid for Version 1.X diff --git a/custom_components/deutschebahn/manifest.json b/custom_components/deutschebahn/manifest.json index a4a2fa9..c55053c 100644 --- a/custom_components/deutschebahn/manifest.json +++ b/custom_components/deutschebahn/manifest.json @@ -14,5 +14,5 @@ "requirements": [ "schiene==0.26" ], - "version": "2.0.4" + "version": "2.1.0" } \ No newline at end of file