Merge branch 'main' into 343-glance-text-not-visible-on-venu-33s-works-on-one-out-8f-3-devices

This commit is contained in:
Philip Abbey
2026-02-28 18:09:43 +00:00
5 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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.