Rename Services to Actions in integrations: J (#33818)

This commit is contained in:
Franck Nijhof 2024-07-17 06:15:52 +02:00 committed by GitHub
parent defa196308
commit 92efddefd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@ related:
title: Configuration file title: Configuration file
--- ---
The `joaoapps_join` {% term integration %} exposes services from The `joaoapps_join` {% term integration %} exposes actions from
[Join](https://joaoapps.com/join). In Home Assistant, the Joaoapps Join features are [Join](https://joaoapps.com/join). In Home Assistant, the Joaoapps Join features are
divided up in two locations, the Join integration, and the Joaoapps Join notify platform. divided up in two locations, the Join integration, and the Joaoapps Join notify platform.
The notify platform allows us to send messages to Joaoapps Join devices, the integration The notify platform allows us to send messages to Joaoapps Join devices, the integration
@ -61,7 +61,7 @@ device_names:
required: false required: false
type: string type: string
name: name:
description: The name parameter is optional but needed if you want to use multiple notification platforms. The platform will be exposed as service `notify.<name>`. The name will default to `notify` if not supplied. See the [Notifications integration](/integrations/notify) for more details. description: The name parameter is optional but needed if you want to use multiple notification platforms. The platform will be exposed as `notify.<name>` action. The name will default to `notify` if not supplied. See the [Notifications integration](/integrations/notify) for more details.
required: false required: false
type: string type: string
{% endconfiguration %} {% endconfiguration %}
@ -81,7 +81,7 @@ notify:
name: NAME2 name: NAME2
``` ```
The notify service has several optional parameters: `icon`, `smallicon`, `image`, `sound`, `url`, `notification_id`, `category`, `tts`, `tts_language` and `vibration`. The notify action has several optional parameters: `icon`, `smallicon`, `image`, `sound`, `url`, `notification_id`, `category`, `tts`, `tts_language` and `vibration`.
You can use them like so: You can use them like so:
```yaml ```yaml
@ -105,10 +105,10 @@ data:
Sleep: Sleep:
``` ```
The services exposed in the `joaoapps_join` integration can be used with the The actions exposed in the `joaoapps_join` integration can be used with the
service data described below: action data described below:
| Service | Data | | Action | Data |
| ---------------------------- | ------------------------------------------------------------------ | | ---------------------------- | ------------------------------------------------------------------ |
| joaoapps_join/ring | | | joaoapps_join/ring | |
| joaoapps_join/send_sms | `{"number":"5553334444", "message":"Hello!"}` | | joaoapps_join/send_sms | `{"number":"5553334444", "message":"Hello!"}` |

View File

@ -28,7 +28,7 @@ This integration is intended for the automation of any modern JVC Projector with
## Remote ## Remote
The JVC Projector remote platform will create a [Remote](/integrations/remote/) entity for the device. This entity allows you to send the following commands via the [remote.send_command](/integrations/remote/) service. The JVC Projector remote platform will create a [Remote](/integrations/remote/) entity for the device. This entity allows you to send the following commands via the [remote.send_command](/integrations/remote/) action.
- `menu` - `menu`
- `up` - `up`