Skip to content

Commit a76b716

Browse files
committed
Removed some spam
1 parent fcc9d6b commit a76b716

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom_components/sat/coordinator/esphome/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ async def async_set_control_max_setpoint(self, value: float) -> None:
196196

197197
def _get_entity_id(self, domain: str, key: str):
198198
unique_id = f"{self._mac_address.upper()}-{domain}-{key}"
199-
_LOGGER.debug(f"Attempting to find the unique_id of {unique_id}")
200199
return self._entity_registry.async_get_entity_id(domain, esphome.DOMAIN, unique_id)
201200

202201
async def _send_command(self, domain: str, service: str, _key: str, payload: dict):

0 commit comments

Comments
 (0)