Clean up superfluous integration setup - part 5 (#49296)
This commit is contained in:
parent
969c147b77
commit
af80ca6795
35 changed files with 18 additions and 232 deletions
|
@ -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."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue