From: Giorgio Ravera Date: Sat, 27 Feb 2021 08:57:56 +0000 (+0100) Subject: Added LG WebosTV Integration (TV Camera) X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=f3f35aa279d5597d43f48bcb2786a25adc3c5d38;p=homeassistant.git Added LG WebosTV Integration (TV Camera) --- diff --git a/.storage/lovelace b/.storage/lovelace index 12fbaae1..ea34548f 100644 --- a/.storage/lovelace +++ b/.storage/lovelace @@ -167,6 +167,9 @@ }, { "entity": "climate.netatmo_camera_da_letto" + }, + { + "entity": "media_player.tv_camera" } ], "entity": "light.luce_camera", diff --git a/README.md b/README.md index 20f2b6c6..d5805ff5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ My server is an Intel NUC (NUC5i5RYH) with [XCP-ng Hypervisor](https://xcp-ng.or * QNAP NAS (TS-228A) * Mercedes Me (Mercedes-Benz A200d) * HomeKit +* LG WebOS TV (LG 28TL510S-PZ) ## Installation * Clone repository diff --git a/components/webostv.yaml b/components/webostv.yaml new file mode 100644 index 00000000..897ccb70 --- /dev/null +++ b/components/webostv.yaml @@ -0,0 +1,6 @@ +###################################################################### +# Component: LG WebOS TV +###################################################################### + +host: tv-camera.giorgioravera.it +name: TV Camera diff --git a/configuration.yaml b/configuration.yaml index e5277a11..52beecf7 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -187,6 +187,9 @@ speedtestdotnet: !include components/speedtest.yaml # Telegram telegram_bot: !include components/telegram.yaml +# LG WebOS TV +webostv: !include components/webostv.yaml + ########################################################### # Custom Components ########################################################### diff --git a/webostv.conf b/webostv.conf new file mode 100644 index 00000000..25293abc --- /dev/null +++ b/webostv.conf @@ -0,0 +1 @@ +{"tv-camera.giorgioravera.it": "5ea2f219b5f1aa201d314590afb4fc01"} \ No newline at end of file