mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#951
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/186
Author: @maziggy
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @maziggy
Base:
0.1.6-final← Head:feature/176📝 Commits (2)
4c2cef6Add script automation and visibility options (#176)26728f2Merge branch '0.1.6-final' into feature/176📊 Changes
17 files changed (+952 additions, -308 deletions)
View changed files
📝
CHANGELOG.md(+7 -0)📝
backend/app/api/routes/settings.py(+3 -0)📝
backend/app/api/routes/smart_plugs.py(+115 -14)📝
backend/app/core/database.py(+73 -0)📝
backend/app/models/smart_plug.py(+4 -5)📝
backend/app/schemas/smart_plug.py(+6 -4)📝
backend/app/services/homeassistant.py(+1 -1)📝
backend/app/services/smart_plug_manager.py(+5 -0)📝
backend/tests/integration/test_smart_plugs_api.py(+197 -0)📝
frontend/src/api/client.ts(+9 -5)📝
frontend/src/components/AddSmartPlugModal.tsx(+194 -98)📝
frontend/src/components/SmartPlugCard.tsx(+123 -40)📝
frontend/src/components/SwitchbarPopover.tsx(+69 -32)📝
frontend/src/pages/PrintersPage.tsx(+37 -0)📝
frontend/src/pages/SettingsPage.tsx(+1 -1)📝
static/assets/index-BDqcLQLO.js(+107 -107)📝
static/index.html(+1 -1)📄 Description
Enhance Home Assistant script support with automation triggers and printer card visibility control.
Closes #176
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.