diff --git a/examples/filters/home_assistant_filter.py b/examples/filters/home_assistant_filter.py index 6cf364a..a86ed9f 100644 --- a/examples/filters/home_assistant_filter.py +++ b/examples/filters/home_assistant_filter.py @@ -5,7 +5,7 @@ date: 2024-06-15 version: 1.0 license: MIT description: A pipeline for controlling Home Assistant entities based on their easy names. Only supports lights at the moment. -requirements: pytz, difflab +requirements: pytz, difflib """ import requests from typing import Literal, Dict, Any @@ -113,4 +113,4 @@ class Pipeline(FunctionCallingBlueprint): "pipelines": ["*"], # Connect to all pipelines }, ) - self.tools = self.Tools(self) \ No newline at end of file + self.tools = self.Tools(self)