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
Before the update it was possible to get sensor entities created by the API. Now I can only get "normal" sensors
Create a sensor using node API, the sensor will be available in home assistant.
When using node get entities it was previously possible to get all sensors, even those created by the API.
[{"id":"f4bb01fa55756449","type":"ha-get-entities","z":"5033af82468f1080","name":"Pegar sensores","server":"db1ab0af.caa65","version":1,"rules":[{"condition":"state_object","property":"entity_id","logic":"starts_with","value":"sensor.game_","valueType":"str"}],"outputType":"array","outputEmptyResults":false,"outputLocationType":"msg","outputLocation":"sensores","outputResultsCount":1,"x":380,"y":1100,"wires":[["b20a3286d47a8262"]]},{"id":"b50c043540e520c0","type":"inject","z":"5033af82468f1080","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":230,"y":1100,"wires":[["f4bb01fa55756449"]]},{"id":"b20a3286d47a8262","type":"debug","z":"5033af82468f1080","name":"debug 43","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":540,"y":1100,"wires":[]},{"id":"db1ab0af.caa65","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":30,"areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":"at: ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"h23","statusTimeFormat":"h:m","enableGlobalContextStore":true}]
Version: 0.67.1
Home Assistant version: 2024.8.2 Companion version: 4.0.2
Node-RED version: 4.0.2 Docker: yes Add-on: no
Node.js version: v18.20.3 x64 linux OS: Linux 6.6.44-haos x64
No response
The text was updated successfully, but these errors were encountered:
64a1d02
Successfully merging a pull request may close this issue.
Describe the bug
Before the update it was possible to get sensor entities created by the API. Now I can only get "normal" sensors
To Reproduce
Create a sensor using node API, the sensor will be available in home assistant.
Expected behavior
When using node get entities it was previously possible to get all sensors, even those created by the API.
Screenshots
Example Flow
Environment Information
Version: 0.67.1
Home Assistant version: 2024.8.2
Companion version: 4.0.2
Node-RED version: 4.0.2
Docker: yes
Add-on: no
Node.js version: v18.20.3 x64 linux
OS: Linux 6.6.44-haos x64
Additional context
No response
The text was updated successfully, but these errors were encountered: