We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Get Entities node's new Label Property condition always reverts back to a string value, eg after picking msg. or 'J: expression'.
msg.
Note this also affects Floor, Area, Device conditions.
With v0.68.1:
name==msg.xyz
Notice that the Label Property has set its value type to 'az', while retaining the value 'xyz'.
The Label Property condition should preserve the selected value type.
[{"id":"9f334e527eb7bd81","type":"tab","label":"Flow 1","disabled":false,"info":"","env":[]},{"id":"d49e2acb06d050a4","type":"ha-get-entities","z":"9f334e527eb7bd81","name":"","server":"e0bb515e.0e001","version":1,"rules":[{"condition":"label_registry","property":null,"logic":"is","value":"payload","valueType":"str"}],"outputType":"array","outputEmptyResults":false,"outputLocationType":"msg","outputLocation":"payload","outputResultsCount":1,"x":290,"y":420,"wires":[[]]},{"id":"e0bb515e.0e001","type":"server","name":"Home Assistant","addon":true}]
Version: 0.68.1
Home Assistant version: 2024.8.3 Companion version: 4.0.2
Node-RED version: 4.0.2 Docker: yes Add-on: no
Node.js version: v18.20.3 arm64 linux OS: Linux 6.6.31-haos-raspi arm64
No response
The text was updated successfully, but these errors were encountered:
1661310
Successfully merging a pull request may close this issue.
Describe the bug
The Get Entities node's new Label Property condition always reverts back to a string value, eg after picking
msg.
or 'J: expression'.Note this also affects Floor, Area, Device conditions.
To Reproduce
With v0.68.1:
name==msg.xyz
Notice that the Label Property has set its value type to 'az', while retaining the value 'xyz'.
Expected behavior
The Label Property condition should preserve the selected value type.
Screenshots
Example Flow
Environment Information
Version: 0.68.1
Home Assistant version: 2024.8.3
Companion version: 4.0.2
Node-RED version: 4.0.2
Docker: yes
Add-on: no
Node.js version: v18.20.3 arm64 linux
OS: Linux 6.6.31-haos-raspi arm64
Additional context
No response
The text was updated successfully, but these errors were encountered: