mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 13:26:28 +00:00
Fix incorrect reference to IssueSeverity (#1789)
This commit is contained in:
parent
950632bfad
commit
9d61a2d9fd
@ -15,7 +15,7 @@ ir.async_create_issue(
|
|||||||
"manual_migration",
|
"manual_migration",
|
||||||
breaks_in_ha_version="2022.9.0",
|
breaks_in_ha_version="2022.9.0",
|
||||||
is_fixable=False,
|
is_fixable=False,
|
||||||
severity=IssueSeverity.ERROR,
|
severity=ir.IssueSeverity.ERROR,
|
||||||
translation_key="manual_migration",
|
translation_key="manual_migration",
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user