mirror of
https://github.com/open-webui/pipelines
synced 2025-05-10 15:40:55 +00:00
Adding metadata
This commit is contained in:
parent
58d64c4fce
commit
cc936574e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user