mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 03:35:56 +02:00
Remove logging
This commit is contained in:
parent
b4685a397f
commit
e31f14989a
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ class IrmKmiCoordinator(DataUpdateCoordinator):
|
||||||
self._dark_mode = get_config_value(entry, CONF_DARK_MODE)
|
self._dark_mode = get_config_value(entry, CONF_DARK_MODE)
|
||||||
self._style = get_config_value(entry, CONF_STYLE)
|
self._style = get_config_value(entry, CONF_STYLE)
|
||||||
self._config_entry = entry
|
self._config_entry = entry
|
||||||
_LOGGER.debug(f"Config entry: {entry.title} -- {entry.data} -- {entry.options}")
|
|
||||||
|
|
||||||
async def _async_update_data(self) -> ProcessedCoordinatorData:
|
async def _async_update_data(self) -> ProcessedCoordinatorData:
|
||||||
"""Fetch data from API endpoint.
|
"""Fetch data from API endpoint.
|
||||||
|
|
Loading…
Add table
Reference in a new issue