From cc936574e5f7fba77aadc8e8f8180751f3251eb9 Mon Sep 17 00:00:00 2001 From: Andrew Tait Gehrhardt Date: Tue, 18 Jun 2024 18:46:58 -0400 Subject: [PATCH] Adding metadata --- .../filters/dynamic_ollama_vision_filter_pipeline.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/filters/dynamic_ollama_vision_filter_pipeline.py b/examples/filters/dynamic_ollama_vision_filter_pipeline.py index d6d28ad..bed4a6c 100644 --- a/examples/filters/dynamic_ollama_vision_filter_pipeline.py +++ b/examples/filters/dynamic_ollama_vision_filter_pipeline.py @@ -1,3 +1,13 @@ +""" +title: HomeAssistant Filter Pipeline +author: Andrew Tait Gehrhardt +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: pydantic, aiohttp +""" + from typing import List, Optional from pydantic import BaseModel import json