Skip to content

Commit

Permalink
Merge pull request #246 from ma3oun/patch-1
Browse files Browse the repository at this point in the history
Update home_assistant_filter.py
  • Loading branch information
justinh-rahb authored Sep 3, 2024
2 parents 6c98edb + 2bb74b1 commit d4fca4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/filters/home_assistant_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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
Expand Down Expand Up @@ -113,4 +113,4 @@ def __init__(self):
"pipelines": ["*"], # Connect to all pipelines
},
)
self.tools = self.Tools(self)
self.tools = self.Tools(self)

0 comments on commit d4fca4c

Please sign in to comment.