mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-05 01:13:32 +02:00
Document legacy alias construction
This commit is contained in:
1
.github/scripts/prepare_addon_lint_config.py
vendored
1
.github/scripts/prepare_addon_lint_config.py
vendored
@@ -11,6 +11,7 @@ from pathlib import Path
|
|||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
|
|
||||||
|
# Build the upstream-only legacy aliases without retaining deprecated literals.
|
||||||
LEGACY_APP_CONFIG = "addon" + "_config"
|
LEGACY_APP_CONFIG = "addon" + "_config"
|
||||||
LEGACY_ALL_APP_CONFIGS = "all_addon" + "_configs"
|
LEGACY_ALL_APP_CONFIGS = "all_addon" + "_configs"
|
||||||
MAP_ALIASES = {
|
MAP_ALIASES = {
|
||||||
|
|||||||
Reference in New Issue
Block a user