From 4a9cecd3a48eb4b9ed2cd928b2bb395e3894fcc5 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 21 May 2020 17:54:03 +0200 Subject: [PATCH] moved cast, hacs mqtt and sony integration from yaml to config --- components/{cast.yaml => cast.yaml.disabled} | 0 components/{hacs.yaml => hacs.yaml.disabled} | 0 components/{mqtt.yaml => mqtt.yaml.disabled} | 0 configuration.yaml | 20 +++++++++---------- .../{sony.yaml => sony.yaml.disabled} | 0 5 files changed, 10 insertions(+), 10 deletions(-) rename components/{cast.yaml => cast.yaml.disabled} (100%) rename components/{hacs.yaml => hacs.yaml.disabled} (100%) rename components/{mqtt.yaml => mqtt.yaml.disabled} (100%) rename media_player/{sony.yaml => sony.yaml.disabled} (100%) diff --git a/components/cast.yaml b/components/cast.yaml.disabled similarity index 100% rename from components/cast.yaml rename to components/cast.yaml.disabled diff --git a/components/hacs.yaml b/components/hacs.yaml.disabled similarity index 100% rename from components/hacs.yaml rename to components/hacs.yaml.disabled diff --git a/components/mqtt.yaml b/components/mqtt.yaml.disabled similarity index 100% rename from components/mqtt.yaml rename to components/mqtt.yaml.disabled diff --git a/configuration.yaml b/configuration.yaml index d96aacf7..adc64fa0 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -153,7 +153,7 @@ device_tracker: !include_dir_merge_list device_tracker/ # Notification notify: !include_dir_merge_list notify/ -# Person +# Person (moved to UI) # person: !include_dir_merge_list person/ # Shell commands @@ -169,17 +169,17 @@ weather: !include components/weather.yaml # Integrations ###################################################################### -# Google Cast -cast: !include components/cast.yaml +# Google Cast (moved to UI) +#cast: !include components/cast.yaml -# UPNP -upnp: +# UPNP (moved to UI) +#upnp: -# Multimedia -media_player: !include_dir_merge_list media_player/ +# Multimedia (moved to UI) +#media_player: !include_dir_merge_list media_player/ # MQTT -mqtt: !include components/mqtt.yaml +#mqtt: !include components/mqtt.yaml # EQ3 Max Cube maxcube: !include components/eq3max.yaml @@ -194,8 +194,8 @@ speedtestdotnet: !include components/speedtest.yaml # Custom Components ########################################################### -# HACS -hacs: !include components/hacs.yaml +# HACS (moved to UI) +#hacs: !include components/hacs.yaml # Mercedes Me mercedesmeapi: !include components/mercedesme.yaml diff --git a/media_player/sony.yaml b/media_player/sony.yaml.disabled similarity index 100% rename from media_player/sony.yaml rename to media_player/sony.yaml.disabled -- 2.47.3