docs: Fix PTZ example (#1642)

* docs: Fix PTZ example

* chore: Strength the github issue templates

* Reduce mandatory information
* Diagnostics information always required
This commit is contained in:
Dermot Duffy
2024-10-13 17:31:32 -07:00
committed by GitHub
parent a869109f89
commit a07a939e0a
4 changed files with 49 additions and 63 deletions
@@ -1,16 +1,5 @@
# Stock Actions
## `call-service`
Call a service. See [Home Assistant actions documentation](https://www.home-assistant.io/dashboards/actions/).
!> Home Assistant has deprecated the `call-service` action, please use [`perform-action`](#perform-action) instead.
```yaml
action: call-service
# [...]
```
## `more-info`
Open the "more-info" dialog for an entity. See [Home Assistant actions documentation](https://www.home-assistant.io/dashboards/actions/).