[PR #95] [MERGED] Home Assistant Filter Pipeline #303

Closed
opened 2026-02-15 20:15:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/95
Author: @atgehrhardt
Created: 6/15/2024
Status: Merged
Merged: 6/15/2024
Merged by: @tjbck

Base: mainHead: main


📝 Commits (2)

  • 7e376f1 Adding home assistant filter than can return time in EST (yeah i'll make that better in next version to use local timezon) and control light entities based on the easy names. Currently can only control one entity at a time, so recommend making light groups.
  • 10021c1 Adjusted author

📊 Changes

1 file changed (+116 additions, -0 deletions)

View changed files

examples/filters/home_assistant_filter.py (+116 -0)

📄 Description

Adding home assistant filter than can:

  1. Return time in EST (yeah i'll make that better in next version to use local timezone)
  2. Control light entities based on the easy names Currently e.g. 'Kitchen Light' (It should be able to determine the ID and make the necessary api call given the casual name).

Note: This can only control one entity at a time, so making light groups in HA is recommended.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/pipelines/pull/95 **Author:** [@atgehrhardt](https://github.com/atgehrhardt) **Created:** 6/15/2024 **Status:** ✅ Merged **Merged:** 6/15/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`7e376f1`](https://github.com/open-webui/pipelines/commit/7e376f186b75b0c8757048bdbb9d3fa315199f23) Adding home assistant filter than can return time in EST (yeah i'll make that better in next version to use local timezon) and control light entities based on the easy names. Currently can only control one entity at a time, so recommend making light groups. - [`10021c1`](https://github.com/open-webui/pipelines/commit/10021c16e958fa406f9c6cca0aac3d6552b1585c) Adjusted author ### 📊 Changes **1 file changed** (+116 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/filters/home_assistant_filter.py` (+116 -0) </details> ### 📄 Description Adding home assistant filter than can: 1. Return time in EST (yeah i'll make that better in next version to use local timezone) 2. Control light entities based on the easy names Currently e.g. 'Kitchen Light' (It should be able to determine the ID and make the necessary api call given the casual name). Note: This can only control one entity at a time, so making light groups in HA is recommended. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:00 -05:00
yindo closed this issue 2026-02-15 20:15:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#303