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

Add button, input_button to Android QS tiles #680

Merged
Merged
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/integrations/android-quick-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id: 'android-quick-settings'

![Android](/assets/android.svg)<br />

The Android app offers support for quick settings [tiles](https://developer.android.com/reference/android/service/quicksettings/TileService) allowing the user to quickly execute a script/scene or toggle supported domains from the notification pull down menu. Users are able to fully customize the appearance of these tile and can reorganize them as they see fit. This feature is available on devices running Android 7.0+.
The Android app offers support for quick settings [tiles](https://developer.android.com/reference/android/service/quicksettings/TileService) allowing the user to quickly execute a script/scene, press (input) buttons (<span class="beta">BETA</span> only) or toggle supported domains from the notification pull down menu. Users are able to fully customize the appearance of these tile and can reorganize them as they see fit. This feature is available on devices running Android 7.0+.

The app currently offers 12 tiles for users to setup. Each tile must have a label set and can optionally have a sublabel set. A custom icon can also be used to help differentiate between the tiles. After a label and entity ID have been selected you will be able to update the tile data. Once you have updated your tile data you will be able to edit your devices quick settings menu and then you can drag the Home Assistant icon from the list of tiles into the active section. Once a tile has been added the label and icon will update and the icon will remain in an inactive state. When you select a tile that has proper data set you will see the icon momentarily light up as we execute the service call. Upon success the tile will go back to an inactive state, if there is a failure the tile not be selectable and a toast error message will be shown. If you drag a tile that was not setup yet then the tile will be unavailable preventing action.

Expand Down