From 1e0e317da20b3ef6e9bf1d0a236f12759755476c Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 13 Jan 2020 14:58:33 +0100 Subject: [PATCH] Added Google Cast Components --- components/cast.yaml | 7 +++++++ configuration.yaml | 3 +++ logger.yaml | 1 + 3 files changed, 11 insertions(+) create mode 100644 components/cast.yaml 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 -- 2.47.3