Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove standby_connection config option #11838

Merged
merged 1 commit into from
Jan 27, 2020
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
Remove standby_connection config option
  • Loading branch information
bendavid authored Jan 21, 2020
commit 0be84c47aef180fcb5101e7af0a2142f09779a1e
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