Skip to content

Commit 7bbea79

Browse files
authored
Add unsupported reason home_assistant_core_version (#190)
1 parent 6837e21 commit 7bbea79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aiohasupervisor/models/resolution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class UnsupportedReason(StrEnum):
9191
DNS_SERVER = "dns_server"
9292
DOCKER_CONFIGURATION = "docker_configuration"
9393
DOCKER_VERSION = "docker_version"
94+
HOME_ASSISTANT_CORE_VERSION = "home_assistant_core_version"
9495
JOB_CONDITIONS = "job_conditions"
9596
LXC = "lxc"
9697
NETWORK_MANAGER = "network_manager"

0 commit comments

Comments
 (0)