c0ffeeca7 ae84fbf6bf
Convert quality scale docs-actions rule table to list (#2602)
* QS rules docs example: convert table to list to improve readability on mobile

* Fix Markdown
2025-03-13 15:34:04 +00:00

834 B

title
title
The documentation describes the provided service actions that can be used

Reasoning

Integrations can register service actions to provide functionality that is not possible with standard entities. These service actions can be harder to use than the standard service actions, so we want to make sure that the documentation describes both what they do, and what the parameters are.

Example implementation

## Actions

The integration provides the following actions.

### Action: Get schedule

The `my_integration.get_schedule` service is used to fetch a schedule from the integration.

- **Data attribute**: `config_entry_id`
    - **Description**: The ID of the config entry to get the schedule from.
    - **Optional**: No

Exceptions

There are no exceptions to this rule.