mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix format bug in nest log statement (#58263)
* Fix format bug in nest log statement * Resolve lint error logging-fstring-interpolation
This commit is contained in:
parent
e481c862a6
commit
7627b959f8
@ -81,7 +81,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
||||
return await async_setup_legacy(hass, config)
|
||||
|
||||
if CONF_SUBSCRIBER_ID not in config[DOMAIN]:
|
||||
_LOGGER.error("Configuration option '{CONF_SUBSCRIBER_ID}' required")
|
||||
_LOGGER.error("Configuration option 'subscriber_id' required")
|
||||
return False
|
||||
|
||||
# For setup of ConfigEntry below
|
||||
|
Loading…
x
Reference in New Issue
Block a user