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:
Allen Porter 2021-10-22 21:33:19 -07:00 committed by GitHub
parent e481c862a6
commit 7627b959f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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