File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
panels/config/apps/app-view/components Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import {
2929 extractApiErrorMessage ,
3030 ignoreSupervisorError ,
3131} from "../../../../../data/hassio/common" ;
32- import type { StoreAddonDetails } from "../../../../../data/supervisor/store" ;
3332import { haStyle } from "../../../../../resources/styles" ;
3433import type { HomeAssistant } from "../../../../../types" ;
3534import { extractChangelog } from "../util/supervisor-app" ;
@@ -46,9 +45,7 @@ class SupervisorAppUpdateAvailableCard extends LitElement {
4645
4746 @property ( { type : Boolean } ) public narrow = false ;
4847
49- @property ( { attribute : false } ) public addon ! :
50- | HassioAddonDetails
51- | StoreAddonDetails ;
48+ @property ( { attribute : false } ) public addon ! : HassioAddonDetails ;
5249
5350 @state ( ) private _changelogContent ?: string ;
5451
Original file line number Diff line number Diff line change 25272527 "signed": "Signed"
25282528 },
25292529 "role": {
2530- "manager": "Supervisor manager",
2531- "admin": "Supervisor admin"
2530+ "manager": "manager",
2531+ "default": "default",
2532+ "homeassistant": "homeassistant",
2533+ "backup": "backup",
2534+ "admin": "admin"
25322535 },
25332536 "stage": {
25342537 "title": "App stage",
You can’t perform that action at this time.
0 commit comments