From 1f2f6b8537941df4d824f40d24f871fef92c2232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mguel=20=C3=81ngel?= Date: Mon, 9 Oct 2023 13:13:53 +0200 Subject: [PATCH] Fix text --- custom_components/gas_station_spain/lib/gas_stations_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/gas_station_spain/lib/gas_stations_api.py b/custom_components/gas_station_spain/lib/gas_stations_api.py index 1085157..7acade3 100644 --- a/custom_components/gas_station_spain/lib/gas_stations_api.py +++ b/custom_components/gas_station_spain/lib/gas_stations_api.py @@ -116,6 +116,6 @@ async def get_products(): Product(name="Gasóleo B", id="6"), Product(name="Gases licuados del petróleo", id="17"), Product(name="Gas Natural Comprimido", id="18"), - Product(name="Gas Natural Comprimidoo", id="19"), + Product(name="Gas Natural Licuado", id="19"), Product(name="Biodiesel", id="8"), ]