mirror of
https://github.com/jkocon/tv-card.git
synced 2026-04-11 13:00:30 +02:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b6d8a5e475 | ||
|
|
c09325a882 | ||
|
|
525496b76e | ||
|
|
198cef13a1 | ||
|
|
f6e30e4e57 |
37
README.md
Normal file
37
README.md
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
## Options
|
||||||
|
|
||||||
|
| Name | Type | Requirement | Description
|
||||||
|
| ---- | ---- | ------- | -----------
|
||||||
|
| type | string | **Required** | `custom:tv-card`
|
||||||
|
| entity | string | **Required** | `media_player` entity of Roku device
|
||||||
|
| remote | string | **Optional** | `remote` entity of Roku device. Default assume named like `entity`
|
||||||
|
| name | string | **Optional** | Card name
|
||||||
|
| theme | string | **Optional** | Card theme
|
||||||
|
| tv | boolean | **Optional** | If `true` shows volume and power buttons. Default `false`
|
||||||
|
| power | `service` | **Optional**| service to call when power button pressed
|
||||||
|
| volume_up | `service` | **Optional**| service to call when volume_up button pressed
|
||||||
|
| volume_down | `service` | **Optional**| service to call when volume_down button pressed
|
||||||
|
| back | `service` | **Optional**| service to call when back button pressed
|
||||||
|
| info | `service` | **Optional**| service to call when info button pressed
|
||||||
|
| home | `service` | **Optional**| service to call when home button pressed
|
||||||
|
| up | `service` | **Optional**| service to call when up button pressed
|
||||||
|
| left | `service` | **Optional**| service to call when left button pressed
|
||||||
|
| select | `service` | **Optional**| service to call when select button pressed
|
||||||
|
| right | `service` | **Optional**| service to call when right button pressed
|
||||||
|
| down | `service` | **Optional**| service to call when down button pressed
|
||||||
|
| reverse | `service` | **Optional**| service to call when reverse button pressed
|
||||||
|
| play | `service` | **Optional**| service to call when play button pressed
|
||||||
|
| forward | `service` | **Optional**| service to call when forward button pressed
|
||||||
|
| source | `service` | **Optional**| service to call when source button pressed
|
||||||
|
| channelup | `service` | **Optional**| service to call when channelup button pressed
|
||||||
|
| channeldown | `service` | **Optional**| service to call when channeldown button pressed
|
||||||
|
| volume_up | `service` | **Optional**| service to call when volume up button pressed
|
||||||
|
| volume_down | `service` | **Optional**| service to call when volume down button pressed
|
||||||
|
| volume_mute | `service` | **Optional**| service to call when volume mute button pressed
|
||||||
|
|
||||||
|
## `service` Options
|
||||||
|
| Name | Type | Requirement | Description
|
||||||
|
| ---- | ---- | ------- | -----------
|
||||||
|
| service | string | **Required** | Service to call
|
||||||
|
| service_data | string | **Optional** | Service data to use
|
||||||
|
|
||||||
BIN
example.png
Normal file
BIN
example.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
example2.png
Normal file
BIN
example2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
@@ -7,7 +7,7 @@ keywords:
|
|||||||
- tv
|
- tv
|
||||||
- television
|
- television
|
||||||
author:
|
author:
|
||||||
name: mar_robHD
|
name: kicur
|
||||||
license: Apache License, Version 2.0
|
license: Apache License, Version 2.0
|
||||||
files:
|
files:
|
||||||
- tv-card-kicur.js
|
- tv-card-kicur.js
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"tv-card-kicur": {
|
"tv-card-kicur": {
|
||||||
"updated_at": "2019-06-16",
|
"updated_at": "2019-07-08",
|
||||||
"version": "0.1",
|
"version": "0.1",
|
||||||
"remote_location": "https://github.com/jkocon/tv-card/tv-card/releases/download/v0.0.9/tv-card-kicur.js",
|
"remote_location": "https://github.com/jkocon/tv-card/releases/download/0.1/tv-card-kicur.js",
|
||||||
"visit_repo": "https://github.com/jkocon/tv-card/",
|
"visit_repo": "https://github.com/jkocon/tv-card/",
|
||||||
"changelog": "https://github.com/jkocon/tv-card/releases/latest"
|
"changelog": "https://github.com/jkocon/tv-card/releases/latest"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user