-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add sensors to the Traccar Server documentation #31624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Name: | ||
description: The name of the sensor will be set to what you have named it in Traccar Server followed by Address. | ||
Entity ID: | ||
description: This will be a slugified version of the name. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think an example could be helpful here, as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we can not guarantee this, I think adding that can cause more confusion.
If you have to sensors that want the same entity ID, the second one to be loaded will get a _2
suffix.
Unique ID: | ||
description: This will be the unique ID of the device tracker in Traccar Server followed by `position_address`. | ||
State: | ||
description: This will be the address reported by the Traccar Server, if geo detection is not configured this will be unknown`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: This will be the address reported by the Traccar Server, if geo detection is not configured this will be unknown`. | |
description: This will be the address reported by the Traccar Server, if geofence is not configured, this will be unknown`. |
Should this be geofence? This is the only occurrence of geo detection I find here. or is this something else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Geo detection is a setting that needs to be enabled on the server.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some examples could be helpful
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @ludeeus 👍
Proposed change
Adds documentation for the new sensors that are being added with home-assistant/core#111374
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.