mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Document zwave_js.refresh_notifications
service (#29537)
This commit is contained in:
parent
eda4de98ef
commit
6537666cc3
@ -388,6 +388,19 @@ Call this service to use the Command Class API directly. In most cases, the `zwa
|
||||
| `method_name` | yes | The name of the method that is being called from the CC API. |
|
||||
| `parameters` | yes | A list of parameters to pass to the CC API method. |
|
||||
|
||||
### Service `zwave_js.refresh_notifications`
|
||||
|
||||
This service will refresh the notifications of a given type on a device that
|
||||
supports the Notification Command Class.
|
||||
|
||||
| Service Data Attribute | Required | Description |
|
||||
| ---------------------- | -------- | ------------------------------------------------------ |
|
||||
| `entity_id` | no | Entity (or list of entities) to refresh notifications for. At least one `entity_id`, `device_id`, or `area_id` must be provided. |
|
||||
| `device_id` | no | Device ID (or list of device IDs) to refresh notifications for. At least one `entity_id`, `device_id`, or `area_id` must be provided. |
|
||||
| `area_id` | no | Area ID (or list of area IDs) for devices/entities to refresh notifications for. At least one `entity_id`, `device_id`, or `area_id` must be provided. |
|
||||
| `notification_type` | yes | The type of notification to refresh. |
|
||||
| `notification_event` | no | The notification event to refresh. |
|
||||
|
||||
### Service `zwave_js.reset_meter`
|
||||
|
||||
This service will reset the meters on a device that supports the Meter Command Class.
|
||||
|
Loading…
x
Reference in New Issue
Block a user