mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 23:41:48 -05:00
Fix unifiprotect missing import (#180298)
This commit is contained in:
@@ -4,6 +4,8 @@ from itertools import chain
|
||||
import logging
|
||||
from typing import TypedDict
|
||||
|
||||
from uiprotect.data import Bootstrap
|
||||
|
||||
from homeassistant.components.automation import automations_with_entity
|
||||
from homeassistant.components.script import scripts_with_entity
|
||||
from homeassistant.const import Platform
|
||||
|
||||
Reference in New Issue
Block a user