home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
5.03k stars 7.31k forks source link

Replace mention of integration with helper in documentation for helpers #35577

Open Hjalmgunnarson opened 3 weeks ago

Hjalmgunnarson commented 3 weeks ago

Feedback

Apropos of https://community.home-assistant.io/t/generic-thermostat-s-not-showing-up-on-integrations-page/790474 I had another look at the docs and saw that for a lot of helpers the documentation uses both the words integration and helper. I'm willing to make a PR that fixes this by changing occurrences of integration to helper. But there are also buttons to

add integration to my HA

that should also be changed then? And maybe there are other things that should be taken into account?

URL

https://www.home-assistant.io/integrations/generic_thermostat/

Version

2024.10.4

Additional information

No response

frenck commented 3 weeks ago

Helpers are integrations...

Everything in Home Assistant are integrations, but they have different purposes. Some are helpers, but even the automation engine itself is an integration.

../Frenck

Hjalmgunnarson commented 3 weeks ago

Understood. There is still a incorrect detail about where to find the helper when it is added using YAML, but that information is taken from an included markdown file. Do you propose to close this issue as won't fix?

The integration is now shown on the integrations page under Settings > Devices & services. Its entities are listed on the integration card itself and on the Entities tab.