Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📚 Fixing docs #76

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This service can be called to start a recording. Note that this shows a pop-up o

```yaml
service: lghorizon.record
service_data:
data:
entity_id: media_player.ziggo_beneden
```

Expand All @@ -105,7 +105,7 @@ To stop this action, you can call the standard media_player.play service on the

```yaml
service: lghorizon.rewind
service_data:
data:
entity_id: media_player.ziggo_beneden

service: lghorizon.fast_forward
Expand All @@ -117,7 +117,7 @@ This service can be called to emulate a key press on the remote control.

```yaml
service: lghorizon.remote_key_press
service_data:
data:
entity_id: media_player.ziggo_beneden
remote_key: "MediaTopMenu"
```
Expand Down
2 changes: 1 addition & 1 deletion custom_components/lghorizon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"requirements": [
"lghorizon>=0.6.3"
],
"version": "0.5.1"
"version": "0.5.2"
}