mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Remove standby_connection config option (#11838)
This commit is contained in:
parent
50db58a3c9
commit
74a4fdb4ba
@ -43,11 +43,6 @@ name:
|
|||||||
description: The name you would like to give to the LG webOS Smart TV.
|
description: The name you would like to give to the LG webOS Smart TV.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
standby_connection:
|
|
||||||
description: Keep connection alive when TV is in standby (this should be set to true if and only if the "Standby+" option is enabled in the TV UI.)
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
turn_on_action:
|
turn_on_action:
|
||||||
description: Defines an [action](/docs/automation/action/) to turn the TV on.
|
description: Defines an [action](/docs/automation/action/) to turn the TV on.
|
||||||
required: false
|
required: false
|
||||||
@ -72,7 +67,6 @@ A full configuration example will look like the sample below:
|
|||||||
webostv:
|
webostv:
|
||||||
host: 192.168.0.10
|
host: 192.168.0.10
|
||||||
name: Living Room TV
|
name: Living Room TV
|
||||||
standby_connection: true
|
|
||||||
turn_on_action:
|
turn_on_action:
|
||||||
service: persistent_notification.create
|
service: persistent_notification.create
|
||||||
data:
|
data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user