]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Added Google Cast Components
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 13 Jan 2020 13:58:33 +0000 (14:58 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 13 Jan 2020 13:58:33 +0000 (14:58 +0100)
components/cast.yaml [new file with mode: 0644]
configuration.yaml
logger.yaml

diff --git a/components/cast.yaml b/components/cast.yaml
new file mode 100644 (file)
index 0000000..7b1d2d9
--- /dev/null
@@ -0,0 +1,7 @@
+######################################################################\r
+# Component: Google Cast\r
+######################################################################\r
+\r
+media_player:\r
+  - host: 192.168.0.31\r
+  #- host: 192.168.0.27\r
index cf379ef9e26ed200fbcac15856d718bcf6f12671..f03d92e08802fd2eb77c1d51fdd7e08bc4c52383 100644 (file)
@@ -129,6 +129,9 @@ automation: !include_dir_merge_list automation/
 script: !include_dir_merge_named script/
 
 # Components:
+# Google Cast
+cast: !include components/cast.yaml
+
 # UPNP
 upnp:
   port_mapping: false
index 19dce1c88add4ff48fb6bf613acdf2cfb362e1ff..086a557d1b89a1ef1f7d79321e4cdc70e2c727e5 100644 (file)
@@ -7,6 +7,7 @@ default: info
 logs:
   homeassistant.components.automation: info
   homeassistant.components.device_tracker: warn
+  homeassistant.components.nmap_tracker.device_tracker: warn
   homeassistant.components.discovery: warn
   homeassistant.components.input_text: info
   homeassistant.components.sensor: warn