mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 14:54:04 +02:00
fix last f-string
This commit is contained in:
parent
26796a449d
commit
ce7e08d824
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ class CircadianSwitch(SwitchEntity, RestoreEntity):
|
|||
self._disable_entity is not None
|
||||
and self.hass.states.get(self._disable_entity).state == self._disable_state
|
||||
):
|
||||
_LOGGER.debug(f"{self._name} disabled by " + str(self._disable_entity))
|
||||
_LOGGER.debug(f"{self._name} disabled by {self._disable_entity}")
|
||||
return False
|
||||
else:
|
||||
return True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue