-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
Add notes about mobile data sensors #435
Add notes about mobile data sensors #435
Conversation
Parent: home-assistant/android#1317 |
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.
Let's add a link to the Android API being used to match the rest of the Android sensors.
docs/core/sensors.md
Outdated
@@ -434,6 +435,14 @@ This sensor displays exactly what caused the last update of location and sensor | |||
![Android](/assets/android.svg)<br /> | |||
This sensor will reflect the current level of illuminance the device detects. The sensor updates during the normal sensor update interval or with the other sensor updates and makes use of [Environment Sensors](https://developer.android.com/guide/topics/sensors/sensors_environment). | |||
|
|||
## Mobile Data Sensors | |||
![Android](/assets/android.svg)<br /> | |||
Several different sensors around the state of mobile data. |
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.
Can you please include a link to the Android API that we use here?
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.
Done.
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.
Looks good to me, can be merged once the parent PR is merged
Documentation for home-assistant/android#1317