From c27c90813ea949a8d16c6a129729bc53e4d64c99 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Wed, 7 Jun 2023 03:05:09 +0300 Subject: [PATCH] Remove goalfeed integration (#27673) --- source/_integrations/goalfeed.markdown | 52 -------------------------- source/_redirects | 1 + 2 files changed, 1 insertion(+), 52 deletions(-) delete mode 100644 source/_integrations/goalfeed.markdown diff --git a/source/_integrations/goalfeed.markdown b/source/_integrations/goalfeed.markdown deleted file mode 100644 index 956d3e985ec..00000000000 --- a/source/_integrations/goalfeed.markdown +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: Goalfeed -description: Instructions on how to setup Goalfeed events within Home Assistant. -logo: goalfeed.png -ha_category: - - Other -ha_iot_class: Cloud Push -ha_release: 0.63 -ha_domain: goalfeed -ha_integration_type: integration ---- - -The `goalfeed` integration lets you use your Goalfeed account to trigger events in Home Assistant whenever a NHL or MLB team scores. - -To use this component, enter your email address and password from your goalfeed.ca account in your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -goalfeed: - username: YOUR_E_MAIL_ADDRESS - password: YOUR_PASSWORD -``` - -{% configuration %} -username: - required: true - description: The email address on your goalfeed.ca account. - type: string -password: - required: true - description: The password on your goalfeed.ca account. - type: string -{% endconfiguration %} - -Now you can use the goal event type in your automations: - -```yaml -- alias: 'Jets Goal' - trigger: - platform: event - event_type: goal - event_data: - team_name: "Winnipeg Jets" -``` - -Goal events have the following event data: - -- **team**: Three letter code representing the team. This is unique within the leagues, but not unique across the leagues (i.e., 'WPG' or 'TOR'). -- **team_name**: The team that scored (i.e., 'Winnipeg Jets' or 'Toronto Blue Jays'). -- **team_hash**: A unique hash for the team (you can find these values on https://goalfeed.ca/get-teams). -- **league_id**: A unique number for the league. -- **league_name**: A the short name of the league (i.e., 'NHL' or 'MLB'). diff --git a/source/_redirects b/source/_redirects index 67b23f5a10f..650f8865c72 100644 --- a/source/_redirects +++ b/source/_redirects @@ -479,6 +479,7 @@ layout: null /integrations/gearbest /more-info/removed-integration 301 /integrations/geizhals /more-info/removed-integration 301 /integrations/gntp /more-info/removed-integration 301 +/integrations/goalfeed /more-info/removed-integration 301 /integrations/gpmdp /more-info/removed-integration 301 /integrations/griddy /more-info/removed-integration 301 /integrations/hangouts /more-info/removed-integration 301