* Add documentation for new opnsense component
This commit adds documentation for the opnsense device tracker which is
being added in home-assistant/home-assistant#26834.
* Update source/_components/opnsense.markdown
Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com>
* Fixes from review comments
* More updates from code review
The previous updates in dc933232ab654d79a27cc0a16f8ca13b16196d46 around
the defaults were applied a bit too mechanically and the same problem
existed elsewhere in the configuration section. This commit also updates
those to fix the same issue there.
* ✏️ Tweaks
* Move documentation to new integrations location
* Remove LAN default for tracker_interfaces
Part of the review changes made to the PR adding this component was to
not set a default value for the tracker_interfaces to ["LAN"]. This
commit just updates the configuration section of the docs to reflect
this change.
* Update opnsense.markdown
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>