mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Fix zodiac import flow/issue (#97282)
This commit is contained in:
parent
9b7dcce7ed
commit
fd3c2c2811
@ -17,7 +17,7 @@ CONFIG_SCHEMA = vol.Schema(
|
|||||||
|
|
||||||
async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
||||||
"""Set up the zodiac component."""
|
"""Set up the zodiac component."""
|
||||||
|
if DOMAIN in config:
|
||||||
async_create_issue(
|
async_create_issue(
|
||||||
hass,
|
hass,
|
||||||
HOMEASSISTANT_DOMAIN,
|
HOMEASSISTANT_DOMAIN,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user