Skip to content
Merged
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: 0 additions & 6 deletions source/_integrations/webostv.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ name:
description: The name you would like to give to the LG webOS Smart TV.
required: false
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:
description: Defines an [action](/docs/automation/action/) to turn the TV on.
required: false
Expand All @@ -72,7 +67,6 @@ A full configuration example will look like the sample below:
webostv:
host: 192.168.0.10
name: Living Room TV
standby_connection: true
turn_on_action:
service: persistent_notification.create
data:
Expand Down