Hello Emacee and thank you for your answer.
As I understand it, this is another installation of the “Home-assistant”?
Currently, all my items are on the Home-Assistant, and I plan to use Node-Red to make a user-friendly Dashboard.
Should I reinstall everything? is that why my Bluetooth LE does not work?
HASS is different from Home-Assistant?
Is there more benefit to using HASS than Home-Assistant?
Both Hass.io and Home Assistant run the same things. However, the environment in which they run is different. Hass.io is a complete image that runs resinOS and is easy to install but more difficult to adapt to your own needs since it doesn’t run on a regular Raspberry OS.
However, for Hass.io several add-ons are available (one for Bluetooth for example). The benefit of using hass.io over Home Assistant is that you don’t have to bother apout setting up python/docker and can just run it.
The pace of development of hass.io add-ons is rather high so it’s likely that the things you are wishing for will be coming soon.
BTW all the yaml files that you use in Home Assistant will run in hass.io too, as said before.
Hopefully this made things more clear for you.