Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/smartthings/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"iot_class": "cloud_push",
"loggers": ["pysmartthings"],
"quality_scale": "bronze",
"requirements": ["pysmartthings==3.3.3"]
"requirements": ["pysmartthings==3.3.4"]
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description indicates this is a dependency upgrade for a bugfix, but lacks the required changelog link or version diff as specified in the PR template: 'For the updated dependencies - a link to the changelog, or at minimum a diff between library versions is added to the PR description.' Please add a link to the pySmartThings changelog or a diff showing what changed between versions 3.3.3 and 3.3.4 to help reviewers understand what bug is being fixed.

Copilot uses AI. Check for mistakes.
}
2 changes: 1 addition & 1 deletion requirements_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements_test_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading