Cleanup scrape constants (#81076)

* Cleanup scrape constants

* Adjust comments

* Revert removal of DEFAULT_VERIFY_SSL constant
This commit is contained in:
epenet 2022-10-27 18:11:40 +02:00 committed by GitHub
parent 3d42a46871
commit 663c2ef993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 18 deletions

View file

@ -6,7 +6,7 @@ import logging
from bs4 import BeautifulSoup
from homeassistant.components.rest.data import RestData
from homeassistant.components.rest import RestData
from homeassistant.core import HomeAssistant
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator, UpdateFailed