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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)