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

fix(deps): update node-red-contrib-home-assistant-websocket to 0.73.0 #179

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2023

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v0.73.0

Compare Source

Features
  • time: Added option to allow past date inputs without throwing errors (a1e16ee)
Bug Fixes
  • time: Resolve "Date in past. Will never be fired." error for valid dates (a1e16ee), closes #​1575

v0.72.4

Compare Source

Bug Fixes
  • socialbar: replace Discord button link with permanent invite code (a1a4016)
  • socialbar: update Discord button link to new URL (3adc8c5)

v0.72.3

Compare Source

Bug Fixes
  • comms: update stateChanged handling to use HassEntity and prevent null entries (fc62241)
  • diagnostics: correctly fetch and display addon version (c26c7ee)

v0.72.2

Compare Source

Bug Fixes
  • Update virtual-select.ts to handle null attributes in createSelectOptions function (557271c)

v0.72.1

Compare Source

Bug Fixes
  • ensure comms throttle works as intended (4065746)

v0.72.0

Compare Source

Features
  • sentence: Add support for custom responses in the sentence node (bdfcd95)

v0.71.0

Compare Source

Features
  • number: Promote number node from beta to stable (f235081)
  • select: Promote select node from beta to stable (f235081)
  • text: Promote text node from beta to stable (f235081)
  • time-entity: Promote time-entity node from beta to stable (f235081)
Bug Fixes
  • get-entities: Add timeSinceChangedMs to the states before condition checks (5036246)

v0.70.0

Compare Source

Features
  • action: Add option to block input overrides in action nodes (8dd947f), closes #​1489
  • number: Add "Expose as" option for Listening mode in number node (e7441e1)
  • select: Add "Expose as" option for Listening mode in select node (8dfffb3)
  • text: Add "Expose as" option for Listening mode in text node (60d69d2)
  • time-entity: Add "Expose as" option for Listening mode in time-entity node (7ae8c09)

v0.69.1

Compare Source

Bug Fixes
  • issues: gracefully skip unparseable data (f6e192d)

v0.69.0

Compare Source

Features
  • issues: Validate entity_id placement within the correct property for the action node (eef3717)

v0.68.10

Compare Source

Bug Fixes
  • issues: Target "all" for an entity id valid (3e31f65)

v0.68.9

Compare Source

Bug Fixes
  • issues: Ignore nodes when in a disabled tab (85589ba)

v0.68.8

Compare Source

Bug Fixes
  • Add null check for new_state in TriggerStateController and ZoneController (5258e4a)
  • wait-until: Handle undefined entity in timeSinceChangedMs calculation (0512e1f), closes #​1519

v0.68.7

Compare Source

Bug Fixes
  • wait-until: Add null check for new_state in WaitUntilController (b526b00)

v0.68.6

Compare Source

Bug Fixes
  • action: Ensure label displays only once (37c143d)

v0.68.5

Compare Source

Bug Fixes
  • action: Fix target labels to include device/area labels (23f0c72)

v0.68.4

Compare Source

Bug Fixes
  • issues: Fix possible memory leak from event listeners (929a309)

v0.68.3

Compare Source

Bug Fixes
  • issues: Wait until HA is in running state to check issues (fdda4fd)

v0.68.2

Compare Source

Bug Fixes
  • get-entities: Set condition value type when editor is opened (1661310), closes #​1507

v0.68.1

Compare Source

Bug Fixes
  • issues: Target "all" for an entity id valid (3e31f65)

v0.68.0

Compare Source

⚠ BREAKING CHANGES
  • Dropping support for node v16
Features
  • issues: Implement issue detection for Home Assistant nodes (61eb103)
Bug Fixes
  • Fix ID selector to include state only entities (8057dd7)
Documentation
  • Update node version to 18 (f0c5f3d)

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)

v0.65.1

Compare Source

Bug Fixes
  • Add event listeners for entity type selection for NR 4.0 (9ea63cf)

v0.65.0

Compare Source

⚠ BREAKING CHANGES
  • fire-event: Mustache templates or JSONata expression being passed into the fire-event node will no longer be rendered
Bug Fixes
  • fire-event: Only render templates/expressions when not from message input (16e8e22)

v0.64.0

Compare Source

Features
  • sentence: Add device id to output properties (8f1ccd9)
Bug Fixes
  • Fix diagnostics info to not show undefined for addon version (1fda39f)

v0.63.2

Compare Source

Bug Fixes
  • sensor: Fix options mapping in sensor node (15f2920)

v0.63.1

Compare Source

Bug Fixes
  • Fix diagnostics fetch to use relative url (127e4f8)

v0.63.0

Compare Source

Features
  • calendar: Implement Calendar Event Trigger Node (f5a183c)

v0.62.3

Compare Source

Bug Fixes
  • call-service: Allow call service to work prior to HA 2023.12 (92c7a3f)
  • call-service: Allow the call-service input to accept strings in target properties (f86e2c6), closes #​1247
  • call-service: Don't throw error if mergeContext is undefined (7388c45)
  • call-service: Fix merge context merge order (e2f2ac8)
  • call-service: Merge target data into service data before sending to HA (60f55f2), closes #​1248 #​1245
  • Fix TS types (b805cf8)
  • get-history: Fix input validation so relativeTime can be empty (05e519f), closes #​1239
  • sidebar: Use correct editor type for config node (007627f), closes #​1237
  • time: Fix breaking changes from cron package (5cf6d5b)

v0.62.2

Compare Source

Bug Fixes
  • Throw error if HA version doesn't meet requirement (6d84f0c)

v0.62.1

Compare Source

Bug Fixes
  • Add a version file for diagnostics (ad9f694)
  • Use the correct package.json file for node version (11abb05)
Miscellaneous Chores

v0.62.0

Compare Source

Features
  • sidebar: Add Home Assistant sidebar (2da26cb)

v0.61.1

Compare Source

Bug Fixes
  • fire-event: Fix the validation of the data field (483ab69), closes #​1189

v0.61.0

Compare Source

⚠ BREAKING CHANGES
  • Require Node-RED version 3.1.1+
Bug Fixes
  • Require Node-RED version 3.1.1+ (78fdb35)

v0.60.1

Compare Source

Bug Fixes

v0.60.0

Compare Source

⚠ BREAKING CHANGES
  • Require Home Assistant 2023.12+
  • call-service: Requests Home Assistant 2023.12+
  • get-history: All message inputs are required to be under msg.payload others have been removed. Current ones have been changed to camelcase to follow other nodes. Message ouputs msg.startdate, msg.enddate, msg.entity_id have been removed.
Features
  • call-service: Handle response data from service calls (#​1166) (31bfbe0)
Bug Fixes
  • get-history: fix to work with regex entity ids (3e3dc05), closes #​924
Miscellaneous Chores

v0.59.0

Compare Source

Features
  • Add area and device helpers to JSONata (8875d0f)
Bug Fixes

v0.58.2

Compare Source

Bug Fixes

v0.58.1

Compare Source

Bug Fixes
  • get-entities: Only include entities that meet all the conditions (1c69dd3)

v0.58.0

Compare Source

⚠ BREAKING CHANGES
  • switch: When use the service nodered.trigger the message object will to merge at the top level. Before it was added at msg.payload
Bug Fixes
  • get-entities: Handle JSONata error in rules (cbc1f48), closes #​1130
  • Remove config from entity category (19e16f2)
  • switch: Insert trigger message in top level not in payload (5762f49)
  • wait-until: Handle non existent entities (a524e45), closes #​1127

v0.57.4

Compare Source

Bug Fixes
  • trigger-state: Fix migration from 2 to 3 to use correct state type value (af6664f)

v0.57.3

Compare Source

Bug Fixes
  • event-state: Handle errors through for initial connection (e460713), closes #​1102
  • poll-state: Handle errors through for initial connection (e460713)
  • trigger-state: Handle errors through for initial connection (e460713)

v0.57.2

Compare Source

Bug Fixes
  • number: Save changes made in HA (9975266)
  • select: Save changes made in HA (9975266), closes #​1100
  • text: Save changes made in HA (9975266)
  • time-entity: Save changes made in HA (9975266)

v0.57.1

Compare Source

Bug Fixes

v0.57.0

Compare Source

⚠ BREAKING CHANGES
  • Rename websocket type for device action/trigger
  • Message type change for device actions. Requires updated companion component.
  • device: Expose as won't work until manually converted in the Node-RED UI. Device node requires minimum 2.2.1 of hass-node-red.
  • poll-state: drop support for entity.timeSinceChanged
  • events-state: Change expose as to use entity config
  • events-state: Expose as won't work until manually converted in the Node-RED UI
  • zone: Expose as won't work until manually converted in the Node-RED UI
  • Expose as trigger no longer handles condition validation. It will only pass on the message sent through the service call and which outputs are selected.
Features
Bug Fixes
  • binary-sensor: Handle async for attributes (240de61), closes #​1079
  • Change evaluateJSONataExpression to use callback (#​1063) (5e74756), closes #​898
  • Default isEnable to true (39c8b03)
  • Fix duplication of nodes when converting expose as (39c8b03)
  • Fix isTranslationKey to include __ (ae14702)
  • Fix trigger service so zero sends to all paths (a2697b2)
  • get-entities: Handle async reduce (2652acb)
  • Handle translation keys that aren't strings (da96c65)
  • Only render expose as when necessary (6fbe53d)
  • Only translate when it is looks like a key (a6f0f36)
  • scrubber: Add all current HA nodes to scrubber (4b12a49)
  • sensor: Handle async for attributes (240de61)
  • sentence: Sentence node requires hass-node-red v2.2+ (4449d9b)
  • Show the correct error message not unknown (e598b92)
  • tag: Listen for correct event (0fc163d)
  • time: Handle onStateChanged errors (8365b5a)
  • time: Stop status message from getting cut off (855de64)
  • trigger-state: Fix migrations for version 3 (4cbbb46)
  • trigger-state: Only output custom ouputs with valid conditions (7d123fd)
Miscellaneous Chores
  • Fix misspelling (d4c4349)
  • Rename websocket type for device action/trigger (d4c4349)
Code Refactoring
  • device: Change expose as to use entity config (67756d1)
  • events-state: Change expose as to use entity config (2013080)
  • events-state: Convert controller to Typescript (2013080)
  • Expose as trigger only passes on a message payload (#​1019) (3774f8c)
  • poll-state: Convert controller to typescript (13de0d7)
  • zone: Convert controller to Typescript (16bd3eb)

v0.56.1

Compare Source

Bug Fixes
  • Handle older version of HA for entity registry (5dec130), closes #​1030

v0.56.0

Compare Source

Features
  • sentence: Add response data for wildcards (3f31af6)
  • sentense: Add customizable response field (c395a3f)
Bug Fixes
  • Fix duplication of expose as trigger events (53ac02e)
  • Use error handler for event class (#​1018) (b009362)

v0.55.1

Compare Source

Bug Fixes

v0.55.0

Compare Source

Features
  • time-entity: Add time entity node (ae190fd)
Bug Fixes
  • number: Fix removing of entity listeners (3cad0da)
  • select: Fix removing of entity listeners (3cad0da)
  • text: Fix removing of entity listeners (3cad0da)
  • time-entity: Fix mislabeled locale strings (e898c6d)
Performance Improvements
  • Use entity registry for display it has smaller payload (d630751)

v0.54.0

Compare Source

Features
Bug Fixes
  • Only log connected closed once (59bae23)

v0.53.1

Compare Source

Bug Fixes
  • switch: Change to strict checking of payload for onTrigger (6c1a795), closes #​983

v0.53.0

Compare Source

Features
  • webhook: Add allowed methods to webhooks (48ebdd8)
Bug Fixes
  • sentence: Catch error from custom outputs (867289a)

v0.52.0

Compare Source

Features
  • sentence: Add sentence trigger node (1ebf3a8)

v0.51.1

Compare Source

Bug Fixes
  • Fix integration not sending previous state when registering entity (3cbe491), closes #​973
  • Handle promise rejections (7c28dc7), closes #​757

v0.51.0

Compare Source

Features
  • select: Add select entity node (e892060)
Bug Fixes
  • text: Fix schema for the input to allow strings (32a5c4d)

v0.50.0

Compare Source

Features
  • number: Add number node (64d3ce6)
  • number: Add output to node when value changes in HA (ec51cab)
  • text: Add output to node when value changes in HA (ec51cab)
  • text: Add text node (2474a44)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 the type/minor label Jul 3, 2023
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.50.0 fix(deps): update node-red-contrib-home-assistant-websocket to 0.51.0 Jul 5, 2023
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from c1fc257 to 340f4e1 Compare July 5, 2023 19:13
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.51.0 fix(deps): update node-red-contrib-home-assistant-websocket to 0.51.1 Jul 7, 2023
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.51.1 fix(deps): update node-red-contrib-home-assistant-websocket to 0.52.0 Jul 12, 2023
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch 2 times, most recently from fc47099 to 6a6e537 Compare July 12, 2023 07:47
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.52.0 fix(deps): update node-red-contrib-home-assistant-websocket to 0.53.0 Jul 12, 2023
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.53.0 fix(deps): update node-red-contrib-home-assistant-websocket to 0.53.1 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from 6a6e537 to f55e9f9 Compare July 16, 2023 00:53
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.53.1 fix(deps): update node-red-contrib-home-assistant-websocket to 0.54.0 Jul 16, 2023
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.54.0 fix(deps): update node-red-contrib-home-assistant-websocket to 0.55.0 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from f55e9f9 to a98f994 Compare July 18, 2023 06:24
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.55.0 fix(deps): update node-red-contrib-home-assistant-websocket to 0.55.1 Jul 18, 2023
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.55.1 fix(deps): update node-red-contrib-home-assistant-websocket to 0.56.0 Aug 9, 2023
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from a98f994 to 5412ae1 Compare August 9, 2023 10:40
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.56.0 fix(deps): update node-red-contrib-home-assistant-websocket to 0.56.1 Sep 2, 2023
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from 5412ae1 to 3290781 Compare October 2, 2023 23:05
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.56.1 fix(deps): update node-red-contrib-home-assistant-websocket to 0.57.0 Oct 2, 2023
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.57.0 fix(deps): update node-red-contrib-home-assistant-websocket to 0.57.1 Oct 3, 2023
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.57.1 fix(deps): update node-red-contrib-home-assistant-websocket to 0.57.2 Oct 6, 2023
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.57.2 fix(deps): update node-red-contrib-home-assistant-websocket to 0.57.3 Oct 10, 2023
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.57.3 fix(deps): update node-red-contrib-home-assistant-websocket to 0.57.4 Oct 11, 2023
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from 3290781 to b4065c1 Compare November 7, 2023 11:01
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.57.4 fix(deps): update node-red-contrib-home-assistant-websocket to 0.58.0 Nov 7, 2023
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.58.0 fix(deps): update node-red-contrib-home-assistant-websocket to 0.58.1 Nov 7, 2023
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.58.1 fix(deps): update node-red-contrib-home-assistant-websocket to 0.58.2 Nov 10, 2023
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from b4065c1 to e4a9929 Compare November 11, 2023 10:29
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.58.2 fix(deps): update node-red-contrib-home-assistant-websocket to 0.59.0 Nov 11, 2023
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from e4a9929 to 4d6b572 Compare December 9, 2023 18:56
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.66.0 fix(deps): update node-red-contrib-home-assistant-websocket to 0.66.1 Aug 17, 2024
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from 40f65c4 to 43b8910 Compare August 17, 2024 14:02
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.66.1 fix(deps): update node-red-contrib-home-assistant-websocket to 0.67.0 Aug 17, 2024
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.67.0 fix(deps): update node-red-contrib-home-assistant-websocket to 0.67.1 Aug 18, 2024
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.67.1 fix(deps): update node-red-contrib-home-assistant-websocket to 0.67.2 Aug 19, 2024
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from 43b8910 to a9c5abe Compare August 26, 2024 14:38
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.67.2 fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.0 Aug 26, 2024
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.0 fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.1 Aug 27, 2024
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.1 fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.2 Aug 27, 2024
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.2 fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.3 Aug 28, 2024
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.3 fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.4 Aug 28, 2024
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.4 fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.6 Aug 28, 2024
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.6 fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.7 Aug 29, 2024
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.7 fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.8 Aug 30, 2024
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.8 fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.9 Sep 1, 2024
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.9 fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.10 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from a9c5abe to 3c366ee Compare September 7, 2024 01:22
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.68.10 fix(deps): update node-red-contrib-home-assistant-websocket to 0.69.1 Sep 7, 2024
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from 3c366ee to aa7925c Compare September 9, 2024 04:56
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.69.1 fix(deps): update node-red-contrib-home-assistant-websocket to 0.70.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from aa7925c to b35a407 Compare September 9, 2024 22:50
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.70.0 fix(deps): update node-red-contrib-home-assistant-websocket to 0.71.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from b35a407 to 5d5453b Compare September 11, 2024 06:02
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.71.0 fix(deps): update node-red-contrib-home-assistant-websocket to 0.72.0 Sep 11, 2024
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.72.0 fix(deps): update node-red-contrib-home-assistant-websocket to 0.72.1 Sep 12, 2024
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.72.1 fix(deps): update node-red-contrib-home-assistant-websocket to 0.72.2 Sep 13, 2024
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.72.2 fix(deps): update node-red-contrib-home-assistant-websocket to 0.72.4 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from 5d5453b to d168f48 Compare September 19, 2024 13:43
@renovate renovate bot changed the title fix(deps): update node-red-contrib-home-assistant-websocket to 0.72.4 fix(deps): update node-red-contrib-home-assistant-websocket to 0.73.0 Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants