From 77b9ddf6aeeccf892fad90495cd3888ec52c34ba Mon Sep 17 00:00:00 2001 From: myT Date: Thu, 28 Sep 2023 19:35:44 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0536949..8ae9298 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ Device `MyEnergy` should become available with the following sensors: | Fuel type | Fuel type (Electricity or Gas) used to retrieve the prices | | Contract type | Contract type (Fixed or Variable) used to retrieve the prices | | Url | Full url that was used to retrieve the data, throught this url, full details can be seen and contract can be requested | - | Name | Name of the cheapest subscription for which a match was found | + | Provider Name | Name of the provider of the cheapest subscription for which a match was found | + | Contract Name | Name of the cheapest subscription for which a match was found | | Energycost | Energycost (provider dependent part of subscription cost) of the cheapest subscription for which a match was found | | Netrate | Netrate (fixed part of subscription cost) of the cheapest subscription for which a match was found | | Promo | Promo (provider dependent promotion, part of subscription cost) of the cheapest subscription for which a match was found |