Fix zodiac import flow/issue (#97282)

This commit is contained in:
Franck Nijhof 2023-07-26 21:22:22 +02:00 committed by GitHub
parent 9b7dcce7ed
commit fd3c2c2811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,