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

Doc content does not match ASUSWRT integration's availiable Options. #35291

Open vb7445 opened 1 month ago

vb7445 commented 1 month ago

Feedback

In the Documentation under the Options section these options are listed:

Consider home Number of seconds that must elapse before considering a disconnected device not at home. Track unknown Enable this option to track also devices that do not have a name. Name will be replaced by mac address. Interface The interface that you want statistics from (e.g. eth0,eth1 etc). Dnsmasq The location in the router of the dnsmasq.leases file. Require IP If devices must have IP (this option is available only for access point mode).

The only Options actually available in the Integration are:

Consider home Number of seconds that must elapse before considering a disconnected device not at home. Track unknown Enable this option to track also devices that do not have a name. Name will be replaced by mac address.

URL

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

Version

2024.10.3

Additional information

No response

home-assistant[bot] commented 1 month ago

Hey there @kennedyshead, @ollo69, mind taking a look at this feedback as it has been labeled with an integration (asuswrt) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `asuswrt` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign asuswrt` Removes the current integration label and assignees on the feedback, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information) to the feedback. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information) on the feedback.
ollo69 commented 1 month ago

The other 3 options are available only when you configure integration using SSH or Telnet protocol, HTTP(S) do not require that options.

vb7445 commented 1 month ago

Okay. I forget, but I guess I configured the protocol when I installed the integration initially and it can’t be changed afterwards? Yes/no?

-Phil @.***

On Oct 19, 2024, at 9:48 AM, ollo69 @.***> wrote:



The other 3 options are available only when you configure integration using SSH or Telnet protocol, HTTP(S) do not require that options.

— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/home-assistant.io/issues/35291#issuecomment-2423992367, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJXKAGDVBYOEHO6K6XETIN3Z4J5ORAVCNFSM6AAAAABQHQGFKWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRTHE4TEMZWG4. You are receiving this because you authored the thread.Message ID: @.***>

ollo69 commented 1 month ago

Used protocol is on initial integration configuration. If you wand to change it, you must delete and then reconfigure integration.

vb7445 commented 1 month ago

Thanks. Perhaps some clarity in the docos would be prudent, or not, up to you.