diff --git a/README.md b/README.md index b008e62..257f569 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ You need to put the PSK entered in your tv also in your config.json. | **Attributes** | **Required** | **Usage** | **Default** | **Options** | |----------------|--------------|-----------|-------------|-------------| -| inputs.name | **X** | Name for the channel to display in the tv inputs list +| inputs.name | **X** | Name for the channel to display in the TV inputs list | inputs.identifier | **X** | Exact name of the input (eg HDMI 1) | inputs.source | **X** | Type of the tv input | | `cec`, `component`, `composite`, `hdmi`, `scart`, `widi` @@ -233,14 +233,14 @@ You need to put the PSK entered in your tv also in your config.json. | **Attributes** | **Required** | **Usage** | **Default** | **Options** | |----------------|--------------|-----------|-------------|-------------| -| apps.name | **X** | Name for the application to display in the tv inputs list +| apps.name | **X** | Name for the application to display in the TV inputs list | apps.identifier | **X** | Exact name of the Application ## Options TV Channels | **Attributes** | **Required** | **Usage** | **Default** | **Options** | |----------------|--------------|-----------|-------------|-------------| -| channels.name | **X** | Name for the channel to display in the tv inputs list +| channels.name | **X** | Name for the channel to display in the TV inputs list | channels.channel | **X** | Number of the channel as seen on the TV. | channels.source | **X** | Source of the channel. | | `dvbt`, `dvbc`, `dvbs`, `isdbt`, `isdbc`, `atsct`, `isdbs`, `analog` @@ -248,14 +248,14 @@ You need to put the PSK entered in your tv also in your config.json. | **Attributes** | **Required** | **Usage** | **Default** | **Options** | |----------------|--------------|-----------|-------------|-------------| -| commands.name | **X** | Name for the command to display in the tv inputs list +| commands.name | **X** | Name for the command to display in the TV inputs list | commands.value | **X** | IRCC code or name of the command to display in Apple Home. (eg. "AAAAAQAAAAEAAABgAw==" or "PowerOff") ## Options TV Macros | **Attributes** | **Required** | **Usage** | **Default** | **Options** | |----------------|--------------|-----------|-------------|-------------| -| macros.name | **X** | Name for the macro to display in the tv inputs list +| macros.name | **X** | Name for the macro to display in the TV inputs list | macros.delay | | Delay between sending commands (in ms). (Default 1000ms) | macros.commands | **X** | An array of IRCC codes/names to perform the macro diff --git a/config.schema.json b/config.schema.json index 1402ca6..4dcd91d 100644 --- a/config.schema.json +++ b/config.schema.json @@ -162,7 +162,7 @@ "name": { "title": "Name", "type": "string", - "description": "Name for the channel to display in the tv inputs list", + "description": "Name for the channel to display in the TV inputs list", "required": true }, "identifier": { @@ -216,7 +216,7 @@ "name": { "title": "Name", "type": "string", - "description": "Name for the application to display in the tv inputs list", + "description": "Name for the application to display in the TV inputs list", "required": true }, "identifier": { @@ -238,7 +238,7 @@ "name": { "title": "Name", "type": "string", - "description": "Name for the channel to display in the tv inputs list", + "description": "Name for the channel to display in the TV inputs list", "required": true }, "channel": { @@ -300,7 +300,7 @@ "name": { "title": "Name", "type": "string", - "description": "Name for the command to display in the tv inputs list", + "description": "Name for the command to display in the TV inputs list", "required": true }, "value": { diff --git a/homebridge-ui/ui/src/mixins/homebridge.mixin.js b/homebridge-ui/ui/src/mixins/homebridge.mixin.js index a26342c..f64cdbd 100644 --- a/homebridge-ui/ui/src/mixins/homebridge.mixin.js +++ b/homebridge-ui/ui/src/mixins/homebridge.mixin.js @@ -67,7 +67,7 @@ export default { name: { title: 'Name', type: 'string', - description: 'Name for the channel to display in the tv inputs list', + description: 'Name for the channel to display in the TV inputs list', required: true, }, channel: { @@ -256,7 +256,7 @@ export default { name: { title: 'Name', type: 'string', - description: 'Name for the channel to display in the tv inputs list', + description: 'Name for the channel to display in the TV inputs list', required: true, }, identifier: { diff --git a/homebridge-ui/ui/src/utils/config.schema.js b/homebridge-ui/ui/src/utils/config.schema.js index 0722bc9..dadea8b 100644 --- a/homebridge-ui/ui/src/utils/config.schema.js +++ b/homebridge-ui/ui/src/utils/config.schema.js @@ -155,7 +155,7 @@ export default { name: { title: 'Name', type: 'string', - description: 'Name for the input to display in the tv inputs list', + description: 'Name for the input to display in the TV inputs list', required: true, }, identifier: { @@ -178,7 +178,7 @@ export default { name: { title: 'Name', type: 'string', - description: 'Name for the application to display in the tv inputs list', + description: 'Name for the application to display in the TV inputs list', required: true, }, identifier: { @@ -201,7 +201,7 @@ export default { name: { title: 'Name', type: 'string', - description: 'Name for the channel to display in the tv inputs list', + description: 'Name for the channel to display in the TV inputs list', required: true, }, identifier: { @@ -224,7 +224,7 @@ export default { name: { title: 'Name', type: 'string', - description: 'Name for the command to display in the tv inputs list', + description: 'Name for the command to display in the TV inputs list', required: true, }, value: {