mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2026-03-13 02:16:43 +00:00
Merge branch 'main' into 343-glance-text-not-visible-on-venu-33s-works-on-one-out-8f-3-devices
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
[Home](../README.md) | [Switches](Switches.md) | [Actions](Actions.md) | [Templates](Templates.md) | [Numeric](Numeric.md) | [Glance](Glance.md) | [Background Service](../BackgroundService.md) | [Wi-Fi](../Wi-Fi.md) | [HTTP Headers](../HTTP_Headers.md) | [Trouble Shooting](../TroubleShooting.md) | [Version History](../HISTORY.md)
|
||||
|
||||
|
||||
# Actions
|
||||
|
||||
Two simple examples using a scene and a cover as `tap` menu items.
|
||||
@@ -47,8 +46,8 @@ For example:
|
||||
"confirm": true
|
||||
}
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
The `confirm` field may contain a string instead of a Boolean in order to provide a custom message to display instead of the default "Sure?" text.
|
||||
|
||||
```json
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
Since [version 2.30](../History.md), it is possible to ovverride the text displayed on the Glance view. This page explains how to customise the text.
|
||||
|
||||
|
||||
## Status View
|
||||
|
||||
The status view displays the accessibility of HomeAssistant API to indicate if there's a problem.
|
||||
@@ -68,7 +67,6 @@ It is possible to revert to the default glance content without deleting the temp
|
||||
|
||||
So the glance view object has a `type` field with two possible values: `info` and `status`. When the type is `status` the `content` field is not required.
|
||||
|
||||
|
||||
## Displayed Errors
|
||||
|
||||
The following shows the status Glance view when the API not available at the specified URL.
|
||||
|
||||
Reference in New Issue
Block a user