Skip to content
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

Docs update for Android October release #1123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/android-auto/android-auto.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The sensors available for AA and AAOS are described on the main [sensors](../cor

Enabling or disabling sensors is only possible while the vehicle is parked. How to change your enabled sensors, depends on how you installed the app:

- Installed from the Play Store (<span class='beta'>BETA</span> required)
- Installed from the Play Store
1. On another device, go to [**Settings** > **Devices & services**](https://my.home-assistant.io/redirect/integrations/) > **Devices**, and select your vehicle.
2. Select the sensor you want to change, click on the cogwheel, and turn **Enabled** on or off.
3. Start the app in your vehicle to update the sensors.
Expand Down
15 changes: 2 additions & 13 deletions docs/core/sensors.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,11 +419,11 @@ This sensor will report the screen brightness value as its state. An attribute a
This sensor will report the screen off timeout value as its state, in milliseconds. This sensor makes use of the [Settings.System API](https://developer.android.com/reference/android/provider/Settings.System).

### Screen Orientation Sensor
![Android](/assets/android.svg) <span class='beta'>BETA</span><br />
![Android](/assets/android.svg) <br />
This sensor reports the screen's orientation, when the screen is on and the orientation changes this sensor will update immediately. This sensor uses the [Orientation API](https://developer.android.com/reference/android/content/res/Configuration.html#orientation).

### Screen Rotation Sensor
![Android](/assets/android.svg) <span class='beta'>BETA</span><br />
![Android](/assets/android.svg) <br />
This sensor reports the degrees of rotation relative to the device's "natural" orientation. This sensor will only update for following rotation angles: `0`, `90`, `180` & `270`. This sensor uses the [Rotation API](https://developer.android.com/reference/android/view/Display.html#getRotation()).

## Dynamic Color Sensor
Expand Down Expand Up @@ -483,17 +483,6 @@ Geocoding is handled directly by iOS's [MapKit](https://developer.apple.com/docu

![iOS](/assets/iOS.svg) and ![macOS](/assets/macOS.svg) users will have a sensor setting for whether to use the name of an active Zone if present instead of the geocoded state, defaulting to not using it.

## Health Connect Sensors
![Android](/assets/android.svg) <span class='beta'>BETA</span> &bull; 14+, only when installed from the Play Store<br />
These sensors will reflect health and fitness data stored by other apps on your device in [Health Connect](https://health.google/health-connect-android/). Unless otherwise noted, only the last 30 days of data is used.

| Sensor | Unit | Description |
| --------- | ---- | --------- |
| `health_connect_active_calories_burned` | kilocalories | The last estimate for number of active calories burned, excluding basal metabolic rate (BMR). |
| `health_connect_total_calories_burned` | kilocalories | Total amount of calories burned since midnight, including active & basal energy burned (BMR). |
| `health_connect_weight` | grams | The last recorded weight. |


## High Accuracy Mode
![Android](/assets/android.svg) This sensors state will reflect if the device has [high accuracy mode](location.md#high-accuracy-mode) currently enabled or not. This sensor will update as soon as the state of high accuracy mode changes, the sensor will not appear until high accuracy mode is enabled for the first time.

Expand Down