forked from home-assistant/core
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user