Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update node-red-contrib-home-assistant-websocket to v0.67.2 #1928

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
node-red-contrib-home-assistant-websocket (source) 0.65.1 -> 0.67.2 age adoption passing confidence

Release Notes

zachowj/node-red-contrib-home-assistant-websocket (node-red-contrib-home-assistant-websocket)

v0.67.2

Compare Source

Bug Fixes
  • get-entities: Iterate over 'states' table to retrieve all entities (64a1d02), closes #​1481

v0.67.1

Compare Source

Bug Fixes
  • get-entities: Default to state_object for conditions (b9631a2), closes #​1478

v0.67.0

Compare Source

Features
  • action: Add filters to ID selectors (8d34e43)

v0.66.1

Compare Source

Bug Fixes
  • Move entity_id from target field to data field (1ae771d)

v0.66.0

Compare Source

⚠ BREAKING CHANGES
  • Entity IDs incorrectly placed in targets.entity_id instead of data.entity_id will now trigger errors.
  • wait-until: If a wait-until node times out and the entity selector has multiple entities, the output property 'entity' will have an undefined value.
  • device: Fix device action to send entity to HA
  • action: The call-service node has been renamed to the action node. The domain and service input properties are deprecated and will be removed in version 1.0. Please use the action property instead.
Features
  • action: Add selector for floor and label (20e08ab)
  • Add support for floors and labels (36c2c9d)
  • api: Add DELETE and PUT methods to the API node (7bba5af), closes #​1435
  • events-state: Update event state listener to allow listening to multiple types (57a8ab7)
  • get-entities: Add device/area/floor/label conditions (b194eb0)
  • trigger-state: Update listener to allow listening to multiple types at once (a14a7f3)
  • wait-until: Update wait-until listener to allow listening to multiple types (d24b604), closes #​919
Bug Fixes
  • action: Fix sent data to output sent data and not the data field only (30b15a7)
  • device: Fix device action to send entity to HA (48cfa54)
  • device: Fix device node losing trigger id (48cfa54)
  • trigger-state: Use post migrated config for event triggers (b841734)
Reverts
  • "fix(call-service): Merge target data into service data before sending to HA" (5960d09)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. javascript labels Aug 16, 2024
Copy link

coderabbitai bot commented Aug 16, 2024

Walkthrough

This update involves a series of upgrades to the node-red-contrib-home-assistant-websocket dependency in the node-red/package.json file. The versions have been incremented sequentially from 0.65.1 to 0.67.2. Each upgrade potentially introduces enhancements, bug fixes, or new features that could impact the functionality of applications relying on this package. Specific details about the changes are not provided.

Changes

Files Change Summary
node-red/package.json Updated node-red-contrib-home-assistant-websocket from 0.65.1 to 0.66.0, 0.66.1, 0.67.0, 0.67.1, and finally to 0.67.2.

Poem

🐰 Hopping through the code so bright,
Versions change, and all feels right!
WebSocket magic in every hop,
Updates bring joy, we can't stop!
With each new line, we leap and play,
Enhancements here to brighten the day! 🌼✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 9a33545 and be1235d.

Files selected for processing (1)
  • node-red/package.json (1 hunks)
Additional comments not posted (1)
node-red/package.json (1)

19-19: Verify handling of breaking changes.

The update to node-red-contrib-home-assistant-websocket version 0.66.0 includes breaking changes. Ensure that the application code is updated to handle these changes, especially the renamed call-service node and the handling of targets.entity_id.

@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from be1235d to d331d9f Compare August 17, 2024 07:45
@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.66.0 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.66.1 Aug 17, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between be1235d and d331d9f.

Files selected for processing (1)
  • node-red/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • node-red/package.json

@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from d331d9f to bb6c5e1 Compare August 17, 2024 13:43
@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.66.1 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.67.0 Aug 17, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between d331d9f and bb6c5e1.

Files selected for processing (1)
  • node-red/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • node-red/package.json

@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.67.0 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.67.1 Aug 18, 2024
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from bb6c5e1 to 052de1e Compare August 18, 2024 07:04
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between bb6c5e1 and 052de1e.

Files selected for processing (1)
  • node-red/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • node-red/package.json

@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from 052de1e to 9f5c32b Compare August 19, 2024 00:18
@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.67.1 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.67.2 Aug 19, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 052de1e and 9f5c32b.

Files selected for processing (1)
  • node-red/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • node-red/package.json

@frenck frenck merged commit 5543bf7 into main Aug 22, 2024
21 checks passed
@frenck frenck deleted the renovate/node-red-contrib-home-assistant-websocket-0.x branch August 22, 2024 08:38
@github-actions github-actions bot locked and limited conversation to collaborators Aug 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant