fix provider name: linky is for electricity. (#84273)

This commit is contained in:
Laurent Martin
2022-12-20 05:12:27 +01:00
committed by GitHub
parent 074dec36ad
commit c212e317c3

View File

@@ -110,6 +110,6 @@ class SuezSensor(SensorEntity):
_LOGGER.warning("Unable to fetch data")
def update(self) -> None:
"""Return the latest collected data from Linky."""
"""Return the latest collected data from Suez."""
self._fetch_data()
_LOGGER.debug("Suez data state is: %s", self.native_value)