mirror of
https://github.com/open-webui/pipelines
synced 2025-06-04 03:47:04 +00:00
Update home_assistant_filter.py
Corrected requirements for difflib (typo "difflab")
This commit is contained in:
parent
68ded857a7
commit
2bb74b1e78
@ -5,7 +5,7 @@ date: 2024-06-15
|
|||||||
version: 1.0
|
version: 1.0
|
||||||
license: MIT
|
license: MIT
|
||||||
description: A pipeline for controlling Home Assistant entities based on their easy names. Only supports lights at the moment.
|
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
|
import requests
|
||||||
from typing import Literal, Dict, Any
|
from typing import Literal, Dict, Any
|
||||||
@ -113,4 +113,4 @@ class Pipeline(FunctionCallingBlueprint):
|
|||||||
"pipelines": ["*"], # Connect to all pipelines
|
"pipelines": ["*"], # Connect to all pipelines
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
self.tools = self.Tools(self)
|
self.tools = self.Tools(self)
|
||||||
|
Loading…
Reference in New Issue
Block a user