Clean up superfluous integration setup - part 5 (#49296)

This commit is contained in:
Franck Nijhof 2021-04-16 18:22:56 +02:00 committed by GitHub
parent 969c147b77
commit af80ca6795
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 18 additions and 232 deletions

View file

@ -40,11 +40,6 @@ CONFIG_SCHEMA = cv.deprecated(DOMAIN)
LOGGER_INFO_REGEX = re.compile(r"^(\w+)\.?(\w+)?\.?(\w+)?\.?(\w+)?(?:\..*)?$")
async def async_setup(hass: HomeAssistant, config: dict) -> bool:
"""Set up the Sentry component."""
return True
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
"""Set up Sentry from a config entry."""