]> git.giorgioravera.it Git - homeassistant.git/commitdiff
moved cast, hacs mqtt and sony integration from yaml to config
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 21 May 2020 15:54:03 +0000 (17:54 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 21 May 2020 15:54:03 +0000 (17:54 +0200)
components/cast.yaml [deleted file]
components/cast.yaml.disabled [new file with mode: 0644]
components/hacs.yaml [deleted file]
components/hacs.yaml.disabled [new file with mode: 0644]
components/mqtt.yaml [deleted file]
components/mqtt.yaml.disabled [new file with mode: 0644]
configuration.yaml
media_player/sony.yaml [deleted file]
media_player/sony.yaml.disabled [new file with mode: 0644]

diff --git a/components/cast.yaml b/components/cast.yaml
deleted file mode 100644 (file)
index af8b2c7..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-######################################################################\r
-# Component: Google Cast\r
-######################################################################\r
-\r
-media_player:\r
-  - host: 192.168.0.27\r
-  - host: 192.168.0.31\r
diff --git a/components/cast.yaml.disabled b/components/cast.yaml.disabled
new file mode 100644 (file)
index 0000000..af8b2c7
--- /dev/null
@@ -0,0 +1,7 @@
+######################################################################\r
+# Component: Google Cast\r
+######################################################################\r
+\r
+media_player:\r
+  - host: 192.168.0.27\r
+  - host: 192.168.0.31\r
diff --git a/components/hacs.yaml b/components/hacs.yaml
deleted file mode 100644 (file)
index b3ceb3b..0000000
+++ /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 (file)
index 0000000..b3ceb3b
--- /dev/null
@@ -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 (file)
index 0c0ff51..0000000
+++ /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 (file)
index 0000000..0c0ff51
--- /dev/null
@@ -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
index d96aacf7215c39bb769ee0f54d8274bca5acdcf3..adc64fa0fdbcb882ef9f242bc9044aa443b51bb3 100644 (file)
@@ -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 (file)
index c1b6f67..0000000
+++ /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 (file)
index 0000000..c1b6f67
--- /dev/null
@@ -0,0 +1,7 @@
+######################################################################
+# Sony Bravia TV
+######################################################################
+
+- platform: braviatv
+  host: tv.giorgioravera.it
+  name: TV Sala