]> git.basschouten.com Git - openhab-addons.git/commitdiff
Remove obsoleted texts and update description (#15176)
authorJacob Laursen <jacob-github@vindvejr.dk>
Tue, 4 Jul 2023 17:50:18 +0000 (19:50 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2023 17:50:18 +0000 (19:50 +0200)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
bundles/org.openhab.binding.energidataservice/src/main/resources/OH-INF/i18n/energidataservice.properties
bundles/org.openhab.binding.energidataservice/src/main/resources/OH-INF/thing/channel-types.xml

index 8587e9c393ed3cbab99e765c12c704636f8444d6..cd752ac37d5107135b5f8d9c21d153ecf76032cb 100644 (file)
@@ -71,7 +71,7 @@ channel-group-type.energidataservice.electricity.channel.transmission-net-tariff
 channel-type.energidataservice.datahub-price.label = Datahub Price
 channel-type.energidataservice.datahub-price.description = Datahub price.
 channel-type.energidataservice.hourly-prices.label = Hourly Prices
-channel-type.energidataservice.hourly-prices.description = JSON array with hourly prices from 12 hours ago and onward.
+channel-type.energidataservice.hourly-prices.description = JSON array with hourly prices from 24 hours ago and onward.
 channel-type.energidataservice.spot-price.label = Spot Price
 channel-type.energidataservice.spot-price.description = Spot price.
 
@@ -87,19 +87,6 @@ channel-type.config.energidataservice.datahub-price.start.option.StartOfDay = St
 channel-type.config.energidataservice.datahub-price.start.option.StartOfMonth = Start of month
 channel-type.config.energidataservice.datahub-price.start.option.StartOfYear = Start of year
 
-# channel group types
-
-channel-group-type.energidataservice.electricity.channel.current-electricity-tax.label = Current Electricity Tax
-channel-group-type.energidataservice.electricity.channel.current-electricity-tax.description = Electricity Tax in DKK per kWh for current hour.
-channel-group-type.energidataservice.electricity.channel.current-net-tariff.label = Current Net Tariff
-channel-group-type.energidataservice.electricity.channel.current-net-tariff.description = Net tariff in DKK per kWh for current hour.
-channel-group-type.energidataservice.electricity.channel.current-spot-price.label = Current Spot Price
-channel-group-type.energidataservice.electricity.channel.current-spot-price.description = Spot price in DKK or EUR per kWh for current hour.
-channel-group-type.energidataservice.electricity.channel.current-system-tariff.label = Current System Tariff
-channel-group-type.energidataservice.electricity.channel.current-system-tariff.description = System tariff in DKK per kWh for current hour.
-channel-group-type.energidataservice.electricity.channel.current-transmission-net-tariff.label = Current Transmission Tariff
-channel-group-type.energidataservice.electricity.channel.current-transmission-net-tariff.description = Transmission Net Tariff in DKK per kWh for current hour.
-
 # thing status descriptions
 
 offline.conf-error.no-price-area = Price area must be set
index 12d0273c708bd94352abf4cc8b5446bcf11c499a..70749213ba05dbafd771976c4cb7a438f09513d3 100644 (file)
@@ -24,7 +24,7 @@
        <channel-type id="hourly-prices" advanced="true">
                <item-type>String</item-type>
                <label>Hourly Prices</label>
-               <description>JSON array with hourly prices from 12 hours ago and onward.</description>
+               <description>JSON array with hourly prices from 24 hours ago and onward.</description>
                <category>Price</category>
                <state readOnly="true"></state>
        </channel-type>