Skip to content

Commit

Permalink
Fixed Incorrectly Named Service Parameter (#1732)
Browse files Browse the repository at this point in the history
The `battery_notes.check_battery_last_reported` service had parameter `data.days`. This was incorrect and should have been `data.days_last_reported`.
  • Loading branch information
myztillx authored Jun 4, 2024
1 parent 79252b7 commit 9dd14f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ See how to use this service in the [community contributions](./community.md)

| Parameter | Optional | Description |
| ------------------------ | -------- | --------------------------------------------------------------------------------------------------------------------- |
| `data.days` | `no` | The number of days since a device last reported its battery level. |
| `data.days_last_reported` | `no` | The number of days since a device last reported its battery level. |

## battery_notes.check_battery_low

Expand Down

0 comments on commit 9dd14f5

Please sign in to comment.