From: Giorgio Ravera Date: Wed, 2 Mar 2022 21:05:19 +0000 (+0100) Subject: Moved LG webos configuration to lovelace X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=cf1c797b70e3eeb40e9f49f77026332cc712267c;p=homeassistant.git Moved LG webos configuration to lovelace --- diff --git a/.storage/lovelace.lovelace_multimedia b/.storage/lovelace.lovelace_multimedia index 2cd6875c..ddb46736 100644 --- a/.storage/lovelace.lovelace_multimedia +++ b/.storage/lovelace.lovelace_multimedia @@ -1,5 +1,6 @@ { "version": 1, + "minor_version": 1, "key": "lovelace.lovelace_multimedia", "data": { "config": { @@ -1367,6 +1368,10 @@ ], "type": "horizontal-stack" }, + { + "type": "media-control", + "entity": "media_player.lg_anna" + }, { "type": "entities", "entities": [ diff --git a/README.md b/README.md index c060d97c..217a62e3 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ My server is an Intel NUC (NUC5i5RYH) with [XCP-ng Hypervisor](https://xcp-ng.or * Google Cast * HACS * Internet Printing Protocol + * LG webOS Smart TV * Mercedes Me * MQTT * Shelly Devices (with the exception of Shelly Bulb) diff --git a/components/webostv.yaml b/components/webostv.yaml deleted file mode 100644 index 897ccb70..00000000 --- a/components/webostv.yaml +++ /dev/null @@ -1,6 +0,0 @@ -###################################################################### -# Component: LG WebOS TV -###################################################################### - -host: tv-camera.giorgioravera.it -name: TV Camera diff --git a/configuration.yaml b/configuration.yaml index d010e8e0..4b5edc89 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -215,13 +215,3 @@ netatmo: !include components/netatmo.yaml # Telegram telegram_bot: !include components/telegram.yaml - -# LG WebOS TV -webostv: !include components/webostv.yaml - -########################################################### -# Custom Components -########################################################### - -# Mercedes Me -#mercedesmeapi: !include components/mercedesme.yaml