Releases: zachowj/hass-node-red
Releases · zachowj/hass-node-red
v4.2.3
4.2.3 (2026-03-03)
Bug Fixes
- sentence: add backwards compatibility for TriggerDetails in conversation integration (ac4c212), closes #393
Code Refactoring
- version: enhance version management and error handling in installation script (7f4823a)
Tests
- websocket: add tests for webhook allowed methods validation and device trigger removal on connection close (80580dd)
Continuous Integration
v4.2.2
v4.2.1
v4.2.0
4.2.0 (2026-01-03)
Features
- number: allow dynamic updates of min, max, step, mode, and unit (7539127)
- sensor: accept numeric and ISO timestamp values for date and timestamp (7539127)
Bug Fixes
- text: handle numeric values without throwing errors (7539127)
Documentation
- Correct search term to 'hass-node-red' in README (8a05951), closes #382
- Revise Node-RED installation steps in README (#377) (e89e76b)
Styles
Code Refactoring
- extract NodeRedEntity into separate module (7539127)
Build System
Continuous Integration
- pre-commit: pre-commit autoupdate (#379) (4653cd7)
- pre-commit: pre-commit autoupdate (#381) (8e570b9)
Miscellaneous Chores
v4.1.5
4.1.5 (2025-12-08)
Bug Fixes
Code Refactoring
- replace pip with uv for package management and update README instructions (22c2e5e)
Build System
- update devcontainer configuration and setup script for improved environment setup (350d179)
Continuous Integration
- update pip install commands to use --system flag for consistency (1991fa2)
v4.1.4
4.1.4 (2025-12-07)
Bug Fixes
- properly unsubscribe from discovery listeners when the component unloads (ec149e8)
Documentation
- add Node-RED Companion AI guide with architecture overview and developer workflows (7065841)
Code Refactoring
Build System
- deps: bump actions/checkout from 4 to 5 (#353) (ca761bf)
- deps: bump actions/checkout from 5 to 6 (#367) (d025401)
- deps: bump actions/github-script from 7 to 8 (#354) (b61750e)
- deps: bump actions/setup-python from 5 to 6 (#351) (e40bcb6)
- deps: bump actions/stale from 9 to 10 (#352) (edac0e3)
- deps: bump colorlog from 6.9.0 to 6.10.1 (#360) (0c981ed)
- deps: update pip requirement from <25.1,>=21.0 to >=21.0,<25.3 (#349) (82c9213)
- deps: update pip requirement from <25.3,>=21.0 to >=21.0,<25.4 (#363) (54a0ab6)
Continuous Integration
- pre-commit: pre-commit autoupdate (#357) (1cbc447)
- pre-commit: pre-commit autoupdate (#359) (c1b9662)
- pre-commit: pre-commit autoupdate (#362) (9ce6155)
- workflows: add conditional check for beta channel in validation job (b7e35fa)
- workflows: add phac_version parameter to test jobs and update installation logic (05f4eea)
- workflows: add workflow_call trigger to run_tests.yml (983b07d)
- workflows: comment out specific matrix configuration for HA version 2024.5.0 (8752f8f)
- workflows: refactor pull and push workflows to include tests (7dde0a5)
- workflows: simplify validation jobs and reintroduce beta validation (95ae875)
- workflows: update PHAC_VERSION installation logic for pytest-homeassistant-custom-component (9603fe6)
Miscellaneous Chores
- scripts: update file permissions to executable for dev, lint, setup, test, and version scripts (dbc3e60)
v4.1.3
4.1.3 (2025-09-28)
Bug Fixes
- sentence: update trigger registration for compatibility with newer Home Assistant versions (b167475), closes #346
- websocket: use call_soon_threadsafe for sending messages in websocket_device_trigger (680897b)
Build System
Continuous Integration
- add workflow to remove 'waiting-for-response' label on author comments and update stale workflow settings (943d298)
- cron: add workflow_dispatch trigger and enhance validation steps (737b0fd)
- cron: correct import path for Home Assistant version retrieval (d1cf490)
- pre-commit: update ruff hook configuration (1655c4a)
Miscellaneous Chores
- pre-commit: update dependencies for isort, ruff, bandit, and python-typing-update (eec2aaf)
- release-please: add changelog sections for better organization (e7498fc)
- setup.cfg: remove isort not_skip configuration for init.py (91c21d5)
- update virtual environment entry to ignore all variations of .venv (ae1f6d3)
v4.1.2
4.1.2 (2024-12-15)
Bug Fixes
- binary_sensor: handle LockState import and use fallback for STATE_UNLOCKED (2413954)
- Replace deprecated constant (5c3e865), closes #307
- sentence: serialize RecognizeResult for JSON compatibility (f826058), closes #327
- switch: Remove warning about using incorrect schema for entity service registration (#312) (8c93dd4), closes #314