diff --git a/bundles/org.openhab.binding.tesla/src/main/java/org/openhab/binding/tesla/internal/command/TeslaCommandExtension.java b/bundles/org.openhab.binding.tesla/src/main/java/org/openhab/binding/tesla/internal/command/TeslaCommandExtension.java index 6f769755c..648fa2b6c 100644 --- a/bundles/org.openhab.binding.tesla/src/main/java/org/openhab/binding/tesla/internal/command/TeslaCommandExtension.java +++ b/bundles/org.openhab.binding.tesla/src/main/java/org/openhab/binding/tesla/internal/command/TeslaCommandExtension.java @@ -97,6 +97,8 @@ public class TeslaCommandExtension extends AbstractConsoleCommandExtension { printUsage(console); break; } + } else { + printUsage(console); } } diff --git a/bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/i18n/tesla.properties b/bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/i18n/tesla.properties index 8baf292ac..34c449340 100644 --- a/bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/i18n/tesla.properties +++ b/bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/i18n/tesla.properties @@ -21,7 +21,7 @@ thing-type.tesla.modely.description = A Tesla Model Y Vehicle thing-type.config.tesla.account.password.label = Password thing-type.config.tesla.account.password.description = Password for the Tesla Remote Service thing-type.config.tesla.account.refreshToken.label = Refresh Token -thing-type.config.tesla.account.refreshToken.description = Refresh token for account authentication. Use "smarthome:tesla" to retrieve it. +thing-type.config.tesla.account.refreshToken.description = Refresh token for account authentication. Use "openhab:tesla" to retrieve it. thing-type.config.tesla.account.username.label = Username thing-type.config.tesla.account.username.description = Username for the Tesla Remote Service, e.g email address. thing-type.config.tesla.model3.allowWakeup.label = Allow Wake-Up @@ -92,7 +92,7 @@ channel-type.tesla.chargelimitmaximum.description = Maximum charging limit of th channel-type.tesla.chargelimitminimum.label = Charge Limit Minimum channel-type.tesla.chargelimitminimum.description = Minimum charging limit of the vehicle, as % channel-type.tesla.chargelimitsocstandard.label = Charge Limit SOC Standard -channel-type.tesla.chargelimitsocstandard.description = Standard charging limity of the vehicle, in % +channel-type.tesla.chargelimitsocstandard.description = Standard charging limit of the vehicle, in % channel-type.tesla.chargemaxcurrent.label = Charge Max Current channel-type.tesla.chargemaxcurrent.description = Maximum current (Ampere) that can be requested from the charger channel-type.tesla.chargeport.label = Charge Port diff --git a/bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/thing/account.xml b/bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/thing/account.xml index 42a39b639..999eeb722 100644 --- a/bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/thing/account.xml +++ b/bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/thing/account.xml @@ -11,7 +11,7 @@ - Refresh token for account authentication. Use "smarthome:tesla" to retrieve it. + Refresh token for account authentication. Use "openhab:tesla" to retrieve it. true diff --git a/bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/thing/channels.xml b/bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/thing/channels.xml index 5835b0d8e..6aa616f5f 100644 --- a/bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/thing/channels.xml +++ b/bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/thing/channels.xml @@ -119,7 +119,7 @@ Dimmer - Standard charging limity of the vehicle, in % + Standard charging limit of the vehicle, in %