- build(deps): bump actions/setup-python from 3 to 4 by @dependabot in zachowj/hass-node-red#154
- build(deps): bump actions/stale from 3 to 6 by @dependabot in zachowj/hass-node-red#153
- build(deps): bump GoogleCloudPlatform/release-please-action from 2 to 3 by @dependabot in zachowj/hass-node-red#152
- build(deps): bump pre-commit/action from 2.0.3 to 3.0.0 by @dependabot in zachowj/hass-node-red#151
- build(deps): bump actions/stale from 6 to 7 by @dependabot in zachowj/hass-node-red#159
- Grammar correction by @Z0mbiel0ne in zachowj/hass-node-red#164
- chore: Update version by @zachowj in zachowj/hass-node-red#167
- @dependabot made their first contribution in zachowj/hass-node-red#154
- @Z0mbiel0ne made their first contribution in zachowj/hass-node-red#164
- @zachowj made their first contribution in zachowj/hass-node-red#167
Full Changelog: https://github.com/zachowj/hass-node-red/compare/v1.1.2...v1.1.3
3.0.1 (2023-10-02)
- Move service data to translations (0e126a7)
3.0.0 (2023-09-26)
- 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
- Fix the trigger service schema (337330e)
- Create a separate endpoint for device triggers (029f88b)
2.2.0 (2023-08-09)
- sentence: Allow custom responses (d3b6ebe)
- Fix linting in README (18243f0)
- build(deps): update pip requirement from <23.2,>=21.0 to >=21.0,<23.3 by @dependabot in zachowj/hass-node-red#200
Full Changelog: https://github.com/zachowj/hass-node-red/compare/v2.1.0...v2.1.1
Full Changelog: https://github.com/zachowj/hass-node-red/compare/v2.0.0...v2.1.0
Full Changelog: https://github.com/zachowj/hass-node-red/compare/v1.6.1...v2.0.0
- Create zh-CN.json by @XuyuEre in zachowj/hass-node-red#193
- @XuyuEre made their first contribution in zachowj/hass-node-red#193
Full Changelog: https://github.com/zachowj/hass-node-red/compare/v1.6.0...v1.6.1
Full Changelog: https://github.com/zachowj/hass-node-red/compare/v1.5.0...v1.6.0
Full Changelog: https://github.com/zachowj/hass-node-red/compare/v1.4.0...v1.5.0
Full Changelog: https://github.com/zachowj/hass-node-red/compare/v1.3.0...v1.4.0
- add pt-pt by @ViPeR5000 in zachowj/hass-node-red#174
- build(deps): bump actions/stale from 7 to 8 by @dependabot in zachowj/hass-node-red#176
- Update README.md by @GeoffState in zachowj/hass-node-red#179
- @ViPeR5000 made their first contribution in zachowj/hass-node-red#174
- @GeoffState made their first contribution in zachowj/hass-node-red#179
Full Changelog: https://github.com/zachowj/hass-node-red/compare/v1.2.0...v1.3.0
1.1.2 (2022-09-30)
- sensor: Update state class on new discovery message (280061b)
1.1.1 (2022-09-21)
- Return device info (3a10a71)
1.1.0 (2022-09-21)
- Add websocket command to remove device (075e0f1)
- Add websocket command to update config dynamically (075e0f1)
1.0.9 (2022-07-08)
- 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)
1.0.8 (2022-04-15)
- Use enum for device automation type (205df7b)
- Add Swedish translation (21f1932)
1.0.7 (2022-04-03)
- Add Companion to component title in config (7079554)
- Add Brazilian Portuguese Translation (f91adb8)
- Add Danish translations (#112) (2a11f2e)
- Add german translation (#127) (fcc5a4f)
- Rename Brazilian Portuguese Translation (#125) (2a6df42)
- Separate install instructions (ba49e7a)
- Update install instructions in readme (#117) (3f9e83b)
1.0.6 (2022-01-08)
- 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)
- button: Add component type (6f7bab2)
1.0.4 (2021-12-31)
- Fix unit_of_measurement being overridden in the sensor entity (5224dc7)
1.0.3 (2021-12-31)
- Force Release 1.0.3 (641b5ef)
1.0.2 (2021-12-30)
1.0.1 (2021-12-26)
- Wait for HA to be in a running state before registering device triggers (0acacdf)
1.0.0 (2021-12-19)
- Re-add extra_state_attributes as a property function
- Add state_class and last_reset to sensor class (6a288e0), closes #78
- Added button entity (0763aec), closes #91
- Re-add extra_state_attributes as a property function (541297d)
0.5.4 (2021-12-03)
- release 0.5.4 (a23b9d6)
0.5.3 (2021-11-30)
0.5.2 (2021-05-03)
- Add iot_class to manifest (437f807)
0.5.0 (2021-04-20)
- Add device action endpoint and device trigger switch (b717be9)
- webhook: send query params to NR (a17ad73)