Skip to content

Latest commit

 

History

History
395 lines (192 loc) · 17.6 KB

CHANGELOG.md

File metadata and controls

395 lines (192 loc) · 17.6 KB

Changelog

What's Changed

  • build(deps): bump actions/setup-python from 3 to 4 by @dependabot in #154
  • build(deps): bump actions/stale from 3 to 6 by @dependabot in #153
  • build(deps): bump GoogleCloudPlatform/release-please-action from 2 to 3 by @dependabot in #152
  • build(deps): bump pre-commit/action from 2.0.3 to 3.0.0 by @dependabot in #151
  • build(deps): bump actions/stale from 6 to 7 by @dependabot in #159
  • Grammar correction by @Z0mbiel0ne in #164
  • chore: Update version by @zachowj in #167

New Contributors

  • @dependabot made their first contribution in #154
  • @Z0mbiel0ne made their first contribution in #164
  • @zachowj made their first contribution in #167

Full Changelog: https://github.com/zachowj/hass-node-red/compare/v1.1.2...v1.1.3

4.1.1 (2024-09-26)

Bug Fixes

  • sentence: fix sentence issue in HA 2024.10.x (8114e1b)

4.1.0 (2024-09-11)

Features

  • sentence: add support for custom responses in the Sentence node (80e1afa)

Bug Fixes

  • sentence: Fix default value for response_type (314ae11)

4.0.2 (2024-08-16)

Bug Fixes

  • device: Convert entity registry id into entity id to fix device action (78e854a)

4.0.1 (2024-07-07)

Bug Fixes

  • Replace deprecated async_forward_entry_setup function (89150df)

4.0.0 (2024-05-02)

⚠ BREAKING CHANGES

  • sentence: Changes made to conversation agent now require Home Assistant 2024.5+ for sentence node to work

Bug Fixes

  • sentence: Fix getting default conversation agent (60e81ce), closes #270

3.1.7 (2024-05-02)

Bug Fixes

  • Replace deprecated HomeAssistantType with HomeAssistant (#268) (8730766), closes #267

3.1.6 (2024-04-07)

Bug Fixes

  • webhook: Fix deprecated has.components.webhook (24270d7), closes #258

3.1.5 (2024-04-06)

Miscellaneous Chores

3.1.4 (2024-04-04)

Bug Fixes

  • sentence: Fix to handle sentence trigger signature change (03d34da), closes #260

Documentation

  • Update README to new location to install integrations (16b40cd)

3.1.3 (2024-01-05)

Bug Fixes

  • Fix failure during loading due to MQTT init (#239) (6302ea6)

3.1.2 (2023-12-13)

Bug Fixes

  • time: Catch invalid time format (c071fe0)

3.1.1 (2023-11-05)

Bug Fixes

  • number: Use correct attr for unit of measurement (4847f98)

3.1.0 (2023-11-05)

Features

Bug Fixes

  • Change sensors with the category config to none (5607880), closes #225

3.0.1 (2023-10-02)

Documentation

  • Move service data to translations (0e126a7)

3.0.0 (2023-09-26)

⚠ BREAKING CHANGES

  • The trigger service now only accepts output_path and message and require Home Assistant nodes version 0.57.0+
  • Endpoint for device action changed location from nodered/device_action to nodered/device/action It now matches the new device trigger format

Bug Fixes

  • Fix the trigger service schema (337330e)

Code Refactoring

  • Create a separate endpoint for device triggers (029f88b)

2.2.0 (2023-08-09)

Features

  • sentence: Allow custom responses (d3b6ebe)

Documentation

2.1.1 (2023-08-02)

What's Changed

  • build(deps): update pip requirement from <23.2,>=21.0 to >=21.0,<23.3 by @dependabot in #200

Full Changelog: https://github.com/zachowj/hass-node-red/compare/v2.1.0...v2.1.1

2.1.0 (2023-07-17)

Full Changelog: https://github.com/zachowj/hass-node-red/compare/v2.0.0...v2.1.0

2.0.0 (2023-07-13)

Full Changelog: https://github.com/zachowj/hass-node-red/compare/v1.6.1...v2.0.0

1.6.1 (2023-07-13)

What's Changed

  • Create zh-CN.json by @XuyuEre in #193

New Contributors

  • @XuyuEre made their first contribution in #193

Full Changelog: https://github.com/zachowj/hass-node-red/compare/v1.6.0...v1.6.1

1.6.0 (2023-07-12)

Full Changelog: https://github.com/zachowj/hass-node-red/compare/v1.5.0...v1.6.0

1.5.0 (2023-07-12)

Full Changelog: https://github.com/zachowj/hass-node-red/compare/v1.4.0...v1.5.0

1.4.0 (2023-07-05)

Full Changelog: https://github.com/zachowj/hass-node-red/compare/v1.3.0...v1.4.0

1.3.0 (2023-07-03)

What's Changed

  • add pt-pt by @ViPeR5000 in #174
  • build(deps): bump actions/stale from 7 to 8 by @dependabot in #176
  • Update README.md by @GeoffState in #179

New Contributors

  • @ViPeR5000 made their first contribution in #174
  • @GeoffState made their first contribution in #179

Full Changelog: https://github.com/zachowj/hass-node-red/compare/v1.2.0...v1.3.0

1.1.2 (2022-09-30)

Bug Fixes

  • sensor: Update state class on new discovery message (280061b)

1.1.1 (2022-09-21)

Bug Fixes

1.1.0 (2022-09-21)

Features

  • Add websocket command to remove device (075e0f1)
  • Add websocket command to update config dynamically (075e0f1)

Bug Fixes

  • Fix import that was moved in HA (abe7411)
  • Use the correct Date type for device classes (2e23897)

1.0.9 (2022-07-08)

Bug Fixes

  • Remove domains key from hacs.json (60e389e)
  • Remove iot_class from hacs.json (8d7fa98)
  • remove update listener on entry unload to avoid multiple listeners (73dfce5)

Documentation

1.0.8 (2022-04-15)

Bug Fixes

  • Use enum for device automation type (205df7b)

Documentation

  • Add Swedish translation (21f1932)

1.0.7 (2022-04-03)

Bug Fixes

  • Add Companion to component title in config (7079554)

Documentation

1.0.6 (2022-01-08)

Bug Fixes

  • Allow binary sensors and sensors to be set to unknown by setting state to null (ab1d854), closes #102
  • sensor: Convert sensor native state to a datetime when device class is set to timestamp (90ed37a), closes #103

1.0.5 (2022-01-01)

Bug Fixes

  • button: Add component type (6f7bab2)

1.0.4 (2021-12-31)

Bug Fixes

  • Fix unit_of_measurement being overridden in the sensor entity (5224dc7)

1.0.3 (2021-12-31)

Miscellaneous Chores

1.0.2 (2021-12-30)

Bug Fixes

  • Change MRO for sensor so correct unit_of_measurement gets called (d47d2dc), closes #95

1.0.1 (2021-12-26)

Bug Fixes

  • Wait for HA to be in a running state before registering device triggers (0acacdf)

1.0.0 (2021-12-19)

⚠ BREAKING CHANGES

  • Re-add extra_state_attributes as a property function

Features

  • Add state_class and last_reset to sensor class (6a288e0), closes #78
  • Added button entity (0763aec), closes #91

Code Refactoring

  • Re-add extra_state_attributes as a property function (541297d)

0.5.4 (2021-12-03)

Miscellaneous Chores

0.5.3 (2021-11-30)

Bug Fixes

0.5.2 (2021-05-03)

Bug Fixes

  • Add iot_class to manifest (437f807)

0.5.0 (2021-04-20)

Features

  • Add device action endpoint and device trigger switch (b717be9)
  • webhook: send query params to NR (a17ad73)

Documentation

0.4.5 (2021-03-03)

Bug Fixes

Documentation