From: Giorgio Ravera Date: Mon, 13 Jan 2020 13:58:33 +0000 (+0100) Subject: Added Google Cast Components X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=1e0e317da20b3ef6e9bf1d0a236f12759755476c;p=homeassistant.git Added Google Cast Components --- diff --git a/components/cast.yaml b/components/cast.yaml new file mode 100644 index 00000000..7b1d2d98 --- /dev/null +++ b/components/cast.yaml @@ -0,0 +1,7 @@ +###################################################################### +# Component: Google Cast +###################################################################### + +media_player: + - host: 192.168.0.31 + #- host: 192.168.0.27 diff --git a/configuration.yaml b/configuration.yaml index cf379ef9..f03d92e0 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -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 diff --git a/logger.yaml b/logger.yaml index 19dce1c8..086a557d 100644 --- a/logger.yaml +++ b/logger.yaml @@ -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