From c20254988c3a55209d83304d90a65ec76c5f7f6e Mon Sep 17 00:00:00 2001 From: lolodomo Date: Mon, 5 Aug 2024 21:44:00 +0200 Subject: [PATCH] [freeboxos] Remove unneeded thing config parameter (#17207) Signed-off-by: Laurent Garnier --- .../src/main/resources/OH-INF/config/player-config.xml | 5 ----- .../src/main/resources/OH-INF/i18n/freeboxos.properties | 1 - 2 files changed, 6 deletions(-) diff --git a/bundles/org.openhab.binding.freeboxos/src/main/resources/OH-INF/config/player-config.xml b/bundles/org.openhab.binding.freeboxos/src/main/resources/OH-INF/config/player-config.xml index e2431fe2adc61..85edae9063877 100644 --- a/bundles/org.openhab.binding.freeboxos/src/main/resources/OH-INF/config/player-config.xml +++ b/bundles/org.openhab.binding.freeboxos/src/main/resources/OH-INF/config/player-config.xml @@ -10,11 +10,6 @@ Id of the player 1 - - - 24322 - true - password diff --git a/bundles/org.openhab.binding.freeboxos/src/main/resources/OH-INF/i18n/freeboxos.properties b/bundles/org.openhab.binding.freeboxos/src/main/resources/OH-INF/i18n/freeboxos.properties index d46ac8119bdcc..c1d7139d8ddc6 100644 --- a/bundles/org.openhab.binding.freeboxos/src/main/resources/OH-INF/i18n/freeboxos.properties +++ b/bundles/org.openhab.binding.freeboxos/src/main/resources/OH-INF/i18n/freeboxos.properties @@ -95,7 +95,6 @@ thing-type.config.freeboxos.player.id.label = ID thing-type.config.freeboxos.player.id.description = Id of the player thing-type.config.freeboxos.player.password.label = Password thing-type.config.freeboxos.player.password.description = AirPlay password -thing-type.config.freeboxos.player.port.label = Player port thing-type.config.freeboxos.player.refreshInterval.label = Refresh Interval thing-type.config.freeboxos.player.refreshInterval.description = The refresh interval in seconds which is used to poll the player thing-type.config.freeboxos.player.remoteCode.label = Remote Code