Replies: 1 comment 3 replies
-
What's the version of your installed Node-RED companion custom component? https://zachowj.github.io/node-red-contrib-home-assistant-websocket/guide/diagnostics.html |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I have added several buttons to HomeAssistant through the HomeAssistant entity (nodes) in Node-Red.
(I just checked with a new one, because it had been a while, and that still works)
Now I am trying to add a select, by setting that option in the ha-entity-config node , then adding a few 'options'
The select just wont become available in HomeAssistant.
I tried to restart NR, I tried to restart HA (none of which was necessary for the button.
I have tried combinations of get value, set value or listen to change (modes)
I have tried creating a 'device' that this select could be part of.
It just won't show in HA
It does say "registered at May24, 00:16 .. so i guess there isnt too much wrong with the node??
Anything I am missing?
Thanks
edit: I am re-reading the help-text within node-red. For the type (which is mandatory) there are (in the help-text) only 4 types (values) given:
binary_sensor|button|sensor|switch
But on the panel on the left, and also within the config editor, I can still select one of eight types.
edit2: number types also don't show up in HA
Beta Was this translation helpful? Give feedback.
All reactions