mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-20 08:49:33 +01:00
Remove supervisor build (#29132)
This commit is contained in:
@@ -8,7 +8,7 @@ import type { HassioResponse } from "./common";
|
||||
import { extractApiErrorMessage, hassioApiResultExtractor } from "./common";
|
||||
|
||||
export type AddonCapability = Exclude<
|
||||
keyof TranslationDict["supervisor"]["app"]["dashboard"]["capability"],
|
||||
keyof TranslationDict["ui"]["panel"]["config"]["apps"]["dashboard"]["capability"],
|
||||
"label" | "role" | "stages"
|
||||
>;
|
||||
export type AddonStage = "stable" | "experimental" | "deprecated";
|
||||
|
||||
Reference in New Issue
Block a user