Skip to content

Commit

Permalink
📚 Fixing docs (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sholofly authored Dec 8, 2023
1 parent 1964680 commit b080469
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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"
}

0 comments on commit b080469

Please sign in to comment.