zachowj / hass-node-red

Companion Component for node-red-contrib-home-assistant-websocket to help integrate Node-RED with Home Assistant Core
MIT License
446 stars 180 forks source link

Button and Entity node in the same location #142

Closed ITensEI closed 1 year ago

ITensEI commented 1 year ago

Is your feature request related to a problem? Please describe. Currently the custom Entity node is under Home Assistant and the Button node was added under a separate Home Assistant Entities section in NR.

Describe the solution you'd like Place them together under one section. Either the top HA or the HA Entities

Additional context A QOL more than anything. I think it makes sense to keep the custom components together.

zachowj commented 1 year ago

The entity node is in the process of being broken out into separate nodes, binary sensor, sensor, and switch. These will also be placed under the Home Assistant Entities group along with any new entity-type nodes.