Compare commits

...

1 Commits

Author SHA1 Message Date
Mike Degatano
695f3a3f99 Remove get_issues_info from hassio __all__ 2026-03-18 15:47:19 +00:00

View File

@@ -119,7 +119,6 @@ from .coordinator import (
get_core_stats,
get_host_info,
get_info,
get_issues_info,
get_network_info,
get_os_info,
get_store,
@@ -158,7 +157,6 @@ __all__ = [
"get_core_stats",
"get_host_info",
"get_info",
"get_issues_info",
"get_network_info",
"get_os_info",
"get_store",