1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-05-08 08:58:31 +01:00

Add issues/suggestion to resolution center / start with diskspace (#2125)

Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
Joakim Sørensen
2020-10-14 17:14:25 +02:00
committed by GitHub
parent d599c3ad76
commit 02e72726a5
13 changed files with 375 additions and 27 deletions
+2 -1
View File
@@ -4,9 +4,10 @@ from unittest.mock import patch
import pytest
from supervisor.const import SUPERVISOR_VERSION, CoreState, UnsupportedReason
from supervisor.const import SUPERVISOR_VERSION, CoreState
from supervisor.exceptions import AddonConfigurationError
from supervisor.misc.filter import filter_data
from supervisor.resolution.const import UnsupportedReason
SAMPLE_EVENT = {"sample": "event", "extra": {"Test": "123"}}