From: Giorgio Ravera Date: Thu, 21 May 2020 15:54:03 +0000 (+0200) Subject: moved cast, hacs mqtt and sony integration from yaml to config X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=4a9cecd3a48eb4b9ed2cd928b2bb395e3894fcc5;p=homeassistant.git moved cast, hacs mqtt and sony integration from yaml to config --- diff --git a/components/cast.yaml b/components/cast.yaml deleted file mode 100644 index af8b2c7d..00000000 --- a/components/cast.yaml +++ /dev/null @@ -1,7 +0,0 @@ -###################################################################### -# Component: Google Cast -###################################################################### - -media_player: - - host: 192.168.0.27 - - host: 192.168.0.31 diff --git a/components/cast.yaml.disabled b/components/cast.yaml.disabled new file mode 100644 index 00000000..af8b2c7d --- /dev/null +++ b/components/cast.yaml.disabled @@ -0,0 +1,7 @@ +###################################################################### +# Component: Google Cast +###################################################################### + +media_player: + - host: 192.168.0.27 + - host: 192.168.0.31 diff --git a/components/hacs.yaml b/components/hacs.yaml deleted file mode 100644 index b3ceb3b3..00000000 --- a/components/hacs.yaml +++ /dev/null @@ -1,10 +0,0 @@ -###################################################################### -# Component: HACS -###################################################################### - -token: !secret hacs_token -sidepanel_title: HACS -#sidepanel_icon: -#appdaemon: false -#python_script: false -#theme: false diff --git a/components/hacs.yaml.disabled b/components/hacs.yaml.disabled new file mode 100644 index 00000000..b3ceb3b3 --- /dev/null +++ b/components/hacs.yaml.disabled @@ -0,0 +1,10 @@ +###################################################################### +# Component: HACS +###################################################################### + +token: !secret hacs_token +sidepanel_title: HACS +#sidepanel_icon: +#appdaemon: false +#python_script: false +#theme: false diff --git a/components/mqtt.yaml b/components/mqtt.yaml deleted file mode 100644 index 0c0ff518..00000000 --- a/components/mqtt.yaml +++ /dev/null @@ -1,9 +0,0 @@ -###################################################################### -# Component: mqtt borker (mosquitto) -###################################################################### - -broker: !secret mqtt_host -port: 1883 -client_id: homeassistant -username: !secret mqtt_user -password: !secret mqtt_password diff --git a/components/mqtt.yaml.disabled b/components/mqtt.yaml.disabled new file mode 100644 index 00000000..0c0ff518 --- /dev/null +++ b/components/mqtt.yaml.disabled @@ -0,0 +1,9 @@ +###################################################################### +# Component: mqtt borker (mosquitto) +###################################################################### + +broker: !secret mqtt_host +port: 1883 +client_id: homeassistant +username: !secret mqtt_user +password: !secret mqtt_password 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 deleted file mode 100644 index c1b6f676..00000000 --- a/media_player/sony.yaml +++ /dev/null @@ -1,7 +0,0 @@ -###################################################################### -# Sony Bravia TV -###################################################################### - -- platform: braviatv - host: tv.giorgioravera.it - name: TV Sala diff --git a/media_player/sony.yaml.disabled b/media_player/sony.yaml.disabled new file mode 100644 index 00000000..c1b6f676 --- /dev/null +++ b/media_player/sony.yaml.disabled @@ -0,0 +1,7 @@ +###################################################################### +# Sony Bravia TV +###################################################################### + +- platform: braviatv + host: tv.giorgioravera.it + name: TV Sala