File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 3232 HomeAssistantStopOptions ,
3333 HomeAssistantUpdateOptions ,
3434)
35+ from aiohasupervisor .models .os import (
36+ BootSlot ,
37+ BootSlotName ,
38+ DataDisk ,
39+ DataDiskList ,
40+ GreenInfo ,
41+ GreenOptions ,
42+ MigrateDataOptions ,
43+ OSInfo ,
44+ OSUpdate ,
45+ RaucState ,
46+ SetBootSlotOptions ,
47+ YellowInfo ,
48+ YellowOptions ,
49+ )
3550from aiohasupervisor .models .resolution import (
3651 Check ,
3752 CheckOptions ,
112127 "HomeAssistantStats" ,
113128 "HomeAssistantStopOptions" ,
114129 "HomeAssistantUpdateOptions" ,
130+ "RaucState" ,
131+ "BootSlotName" ,
132+ "BootSlot" ,
133+ "OSInfo" ,
134+ "OSUpdate" ,
135+ "MigrateDataOptions" ,
136+ "DataDisk" ,
137+ "DataDiskList" ,
138+ "SetBootSlotOptions" ,
139+ "GreenInfo" ,
140+ "GreenOptions" ,
141+ "YellowInfo" ,
142+ "YellowOptions" ,
115143]
Original file line number Diff line number Diff line change 44from yarl import URL
55
66from aiohasupervisor import SupervisorClient
7- from aiohasupervisor .models . os import (
7+ from aiohasupervisor .models import (
88 BootSlotName ,
99 GreenOptions ,
1010 MigrateDataOptions ,
You can’t perform that action at this time.
0 commit comments