Skip to content

Latest commit

 

History

History
304 lines (153 loc) · 13.9 KB

CHANGELOG.md

File metadata and controls

304 lines (153 loc) · 13.9 KB

Changelog

What's Changed

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

New Contributors

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

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

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 zachowj#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

New Contributors

  • @XuyuEre made their first contribution in zachowj#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

New Contributors

  • @ViPeR5000 made their first contribution in zachowj#174
  • @GeoffState made their first contribution in zachowj#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