Cleanup scrape constants (#81076)
* Cleanup scrape constants * Adjust comments * Revert removal of DEFAULT_VERIFY_SSL constant
This commit is contained in:
parent
3d42a46871
commit
663c2ef993
2 changed files with 16 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue