]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Added LG WebosTV Integration (TV Camera)
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 27 Feb 2021 08:57:56 +0000 (09:57 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 27 Feb 2021 08:57:56 +0000 (09:57 +0100)
.storage/lovelace
README.md
components/webostv.yaml [new file with mode: 0644]
configuration.yaml
webostv.conf [new file with mode: 0644]

index 12fbaae19336cecb5f09d881d5c45da222d33411..ea34548fdb430344d66341c336f917291f5aef9a 100644 (file)
                                 },
                                 {
                                     "entity": "climate.netatmo_camera_da_letto"
+                                },
+                                {
+                                    "entity": "media_player.tv_camera"
                                 }
                             ],
                             "entity": "light.luce_camera",
index 20f2b6c6d60c23028df039be81c3c9600dd59f29..d5805ff538a2f7e15be8834f4f158b78e988c80f 100644 (file)
--- 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 (file)
index 0000000..897ccb7
--- /dev/null
@@ -0,0 +1,6 @@
+######################################################################
+# Component: LG WebOS TV
+######################################################################
+
+host: tv-camera.giorgioravera.it
+name: TV Camera
index e5277a119503fe814c2f8e194252b2feae97724c..52beecf73d72cfd5713c2f7142eb61f41b70bfcc 100644 (file)
@@ -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 (file)
index 0000000..25293ab
--- /dev/null
@@ -0,0 +1 @@
+{"tv-camera.giorgioravera.it": "5ea2f219b5f1aa201d314590afb4fc01"}
\ No newline at end of file