mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +00:00
Remove note in log about removing containers (#3263)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
parent
f38cde4c68
commit
a902b55df7
@ -46,7 +46,7 @@ class EvaluateContainer(EvaluateBase):
|
|||||||
@property
|
@property
|
||||||
def on_failure(self) -> str:
|
def on_failure(self) -> str:
|
||||||
"""Return a string that is printed when self.evaluate is False."""
|
"""Return a string that is printed when self.evaluate is False."""
|
||||||
return f"Found images: {self._images} which are not supported, remove these from the host!"
|
return f"Found unsupported images: {self._images}"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def states(self) -> list[CoreState]:
|
def states(self) -> list[CoreState]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user