From e930935160ef3109a3608b95adae5996be7a9fbf Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sat, 7 May 2022 10:25:14 +0300 Subject: [PATCH] Update platform configs --- config/packages/devices/living_room/tv.yaml | 13 ------------- config/packages/sensors/space.yaml | 1 - config/replaced_with_config_flow.yaml | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/config/packages/devices/living_room/tv.yaml b/config/packages/devices/living_room/tv.yaml index 3828891..0e7fec0 100644 --- a/config/packages/devices/living_room/tv.yaml +++ b/config/packages/devices/living_room/tv.yaml @@ -1,16 +1,3 @@ -# https://www.home-assistant.io/integrations/webostv -# webostv: -# - host: !secret living_room_tv_ip -# name: Living Room TV -# turn_on_action: -# service: wake_on_lan.send_magic_packet -# data: -# mac: !secret living_room_tv_mac - -media_player: - - platform: androidtv - name: nvidia shield - host: !secret nvidia_shield_host script: tv_twitch: diff --git a/config/packages/sensors/space.yaml b/config/packages/sensors/space.yaml index 0bf052d..2526fb4 100644 --- a/config/packages/sensors/space.yaml +++ b/config/packages/sensors/space.yaml @@ -2,7 +2,6 @@ sun: sensor: - # - platform: launch_library - platform: moon binary_sensor: diff --git a/config/replaced_with_config_flow.yaml b/config/replaced_with_config_flow.yaml index 4642ee4..5fa6da2 100644 --- a/config/replaced_with_config_flow.yaml +++ b/config/replaced_with_config_flow.yaml @@ -56,3 +56,17 @@ # pi_hoyle: # - host: !secret pihole_host # api_key: !secret pihole_api_key + +# https://www.home-assistant.io/integrations/webostv +# webostv: +# - host: !secret living_room_tv_ip +# name: Living Room TV +# turn_on_action: +# service: wake_on_lan.send_magic_packet +# data: +# mac: !secret living_room_tv_mac + +# media_player: +# - platform: androidtv +# name: nvidia shield +# host: !secret nvidia_shield_host