Skip to content

Commit

Permalink
Update documentation link URL for integrations (part2) (home-assistan…
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored and balloob committed Oct 2, 2019
1 parent 04ead6f commit d4a67e3
Show file tree
Hide file tree
Showing 50 changed files with 58 additions and 56 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
Please provide details about your environment.
-->

**Component/platform:**
**Integration:**
<!--
Please add the link to the documentation at https://www.home-assistant.io/components/ of the component/platform in question.
Please add the link to the documentation at https://www.home-assistant.io/integrations/ of the integration in question.
-->


Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ about: Create a report to help us improve
Please provide details about your environment.
-->

**Component/platform:**
**Integration:**
<!--
Please add the link to the documentation at https://www.home-assistant.io/components/ of the component/platform in question.
Please add the link to the documentation at https://www.home-assistant.io/integrations/ of the integration in question.
-->


Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ of a component, check the `Home Assistant help section <https://home-assistant.i
.. |screenshot-states| image:: https://raw.github.com/home-assistant/home-assistant/master/docs/screenshots.png
:target: https://home-assistant.io/demo/
.. |screenshot-components| image:: https://raw.github.com/home-assistant/home-assistant/dev/docs/screenshot-components.png
:target: https://home-assistant.io/components/
:target: https://home-assistant.io/integrations/
2 changes: 1 addition & 1 deletion homeassistant/components/ambiclimate/.translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"abort": {
"access_token": "Unknown error generating an access token.",
"already_setup": "The Ambiclimate account is configured.",
"no_config": "You need to configure Ambiclimate before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/ambiclimate/)."
"no_config": "You need to configure Ambiclimate before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/integrations/ambiclimate/)."
},
"create_entry": {
"default": "Successfully authenticated with Ambiclimate"
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/deconz/services.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
configure:
description: Set attribute of device in deCONZ. See https://home-assistant.io/components/deconz/#device-services for details.
description: Set attribute of device in deCONZ. See https://home-assistant.io/integrations/deconz/#device-services for details.
fields:
entity:
description: Entity id representing a specific device in deCONZ.
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/dialogflow/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"Dialogflow Webhook",
{
"dialogflow_url": "https://dialogflow.com/docs/fulfillment#webhook",
"docs_url": "https://www.home-assistant.io/components/dialogflow/",
"docs_url": "https://www.home-assistant.io/integrations/dialogflow/",
},
)
2 changes: 1 addition & 1 deletion homeassistant/components/geofency/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
config_entry_flow.register_webhook_flow(
DOMAIN,
"Geofency Webhook",
{"docs_url": "https://www.home-assistant.io/components/geofency/"},
{"docs_url": "https://www.home-assistant.io/integrations/geofency/"},
)
2 changes: 1 addition & 1 deletion homeassistant/components/gpslogger/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
config_entry_flow.register_webhook_flow(
DOMAIN,
"GPSLogger Webhook",
{"docs_url": "https://www.home-assistant.io/components/gpslogger/"},
{"docs_url": "https://www.home-assistant.io/integrations/gpslogger/"},
)
2 changes: 1 addition & 1 deletion homeassistant/components/honeywell/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
_LOGGER.warning(
"The honeywell component has been deprecated for EU (i.e. non-US) "
"systems. For EU-based systems, use the evohome component, "
"see: https://home-assistant.io/components/evohome"
"see: https://home-assistant.io/integrations/evohome"
)


Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/ifttt/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"IFTTT Webhook",
{
"applet_url": "https://ifttt.com/maker_webhooks",
"docs_url": "https://www.home-assistant.io/components/ifttt/",
"docs_url": "https://www.home-assistant.io/integrations/ifttt/",
},
)
2 changes: 1 addition & 1 deletion homeassistant/components/izone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Platform for the iZone AC.
For more details about this component, please refer to the documentation
https://home-assistant.io/components/izone/
https://home-assistant.io/integrations/izone/
"""
import logging

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/life360/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

_LOGGER = logging.getLogger(__name__)

DOCS_URL = "https://www.home-assistant.io/components/life360"
DOCS_URL = "https://www.home-assistant.io/integrations/life360"


@config_entries.HANDLERS.register(DOMAIN)
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/locative/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
config_entry_flow.register_webhook_flow(
DOMAIN,
"Locative Webhook",
{"docs_url": "https://www.home-assistant.io/components/locative/"},
{"docs_url": "https://www.home-assistant.io/integrations/locative/"},
)
2 changes: 1 addition & 1 deletion homeassistant/components/logi_circle/.translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"already_setup": "You can only configure a single Logi Circle account.",
"external_error": "Exception occurred from another flow.",
"external_setup": "Logi Circle successfully configured from another flow.",
"no_flows": "You need to configure Logi Circle before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/logi_circle/)."
"no_flows": "You need to configure Logi Circle before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/integrations/logi_circle/)."
},
"create_entry": {
"default": "Successfully authenticated with Logi Circle."
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/mailgun/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"Mailgun Webhook",
{
"mailgun_url": "https://documentation.mailgun.com/en/latest/user_manual.html#webhooks", # noqa: E501 pylint: disable=line-too-long
"docs_url": "https://www.home-assistant.io/components/mailgun/",
"docs_url": "https://www.home-assistant.io/integrations/mailgun/",
},
)
2 changes: 1 addition & 1 deletion homeassistant/components/nest/.translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"already_setup": "You can only configure a single Nest account.",
"authorize_url_fail": "Unknown error generating an authorize url.",
"authorize_url_timeout": "Timeout generating authorize url.",
"no_flows": "You need to configure Nest before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/nest/)."
"no_flows": "You need to configure Nest before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/integrations/nest/)."
},
"error": {
"internal_error": "Internal error validating code",
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/opentherm_gw/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ set_gpio_mode:
mode:
description: >
Mode to set on the GPIO pin. Values 0 through 6 are accepted for both GPIOs, 7 is only accepted for GPIO "B".
See https://www.home-assistant.io/components/opentherm_gw/#gpio-modes for an explanation of the values.
See https://www.home-assistant.io/integrations/opentherm_gw/#gpio-modes for an explanation of the values.
example: '5'

set_led_mode:
Expand All @@ -79,7 +79,7 @@ set_led_mode:
mode:
description: >
The function to assign to the LED. One of "R", "X", "T", "B", "O", "F", "H", "W", "C", "E", "M" or "P".
See https://www.home-assistant.io/components/opentherm_gw/#led-modes for an explanation of the values.
See https://www.home-assistant.io/integrations/opentherm_gw/#led-modes for an explanation of the values.
example: 'F'

set_max_modulation:
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/owntracks/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def async_step_user(self, user_input=None):
"android_url": "https://play.google.com/store/apps/details?"
"id=org.owntracks.android",
"ios_url": "https://itunes.apple.com/us/app/owntracks/id692424691?mt=8",
"docs_url": "https://www.home-assistant.io/components/owntracks/",
"docs_url": "https://www.home-assistant.io/integrations/owntracks/",
},
)

Expand Down
4 changes: 3 additions & 1 deletion homeassistant/components/plaato/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
from .const import DOMAIN

config_entry_flow.register_webhook_flow(
DOMAIN, "Webhook", {"docs_url": "https://www.home-assistant.io/components/plaato/"}
DOMAIN,
"Webhook",
{"docs_url": "https://www.home-assistant.io/integrations/plaato/"},
)
2 changes: 1 addition & 1 deletion homeassistant/components/point/.translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"authorize_url_fail": "Unknown error generating an authorize url.",
"authorize_url_timeout": "Timeout generating authorize url.",
"external_setup": "Point successfully configured from another flow.",
"no_flows": "You need to configure Point before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/point/)."
"no_flows": "You need to configure Point before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/integrations/point/)."
},
"create_entry": {
"default": "Successfully authenticated with Minut for your Point device(s)"
Expand Down
6 changes: 3 additions & 3 deletions homeassistant/components/ps4/.translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"credential_error": "Error fetching credentials.",
"devices_configured": "All devices found are already configured.",
"no_devices_found": "No PlayStation 4 devices found on the network.",
"port_987_bind_error": "Could not bind to port 987. Refer to the [documentation](https://www.home-assistant.io/components/ps4/) for additional info.",
"port_997_bind_error": "Could not bind to port 997. Refer to the [documentation](https://www.home-assistant.io/components/ps4/) for additional info."
"port_987_bind_error": "Could not bind to port 987. Refer to the [documentation](https://www.home-assistant.io/integrations/ps4/) for additional info.",
"port_997_bind_error": "Could not bind to port 997. Refer to the [documentation](https://www.home-assistant.io/integrations/ps4/) for additional info."
},
"error": {
"credential_timeout": "Credential service timed out. Press submit to restart.",
Expand All @@ -25,7 +25,7 @@
"name": "Name",
"region": "Region"
},
"description": "Enter your PlayStation 4 information. For 'PIN', navigate to 'Settings' on your PlayStation 4 console. Then navigate to 'Mobile App Connection Settings' and select 'Add Device'. Enter the PIN that is displayed. Refer to the [documentation](https://www.home-assistant.io/components/ps4/) for additional info.",
"description": "Enter your PlayStation 4 information. For 'PIN', navigate to 'Settings' on your PlayStation 4 console. Then navigate to 'Mobile App Connection Settings' and select 'Add Device'. Enter the PIN that is displayed. Refer to the [documentation](https://www.home-assistant.io/integrations/ps4/) for additional info.",
"title": "PlayStation 4"
},
"mode": {
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/smarthab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Support for SmartHab device integration.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/smarthab/
https://home-assistant.io/integrations/smarthab/
"""
import logging

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/smarthab/cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Support for SmartHab device integration.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/smarthab/
https://home-assistant.io/integrations/smarthab/
"""
import logging
from datetime import timedelta
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/smarthab/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Support for SmartHab device integration.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/smarthab/
https://home-assistant.io/integrations/smarthab/
"""
import logging
from datetime import timedelta
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/smartthings/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def _show_step_user(self, errors):
errors=errors,
description_placeholders={
"token_url": "https://account.smartthings.com/tokens",
"component_url": "https://www.home-assistant.io/components/smartthings/",
"component_url": "https://www.home-assistant.io/integrations/smartthings/",
},
)

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/somfy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Support for Somfy hubs.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/somfy/
https://home-assistant.io/integrations/somfy/
"""
import logging
from datetime import timedelta
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/toon/.translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"client_id": "The client ID from the configuration is invalid.",
"client_secret": "The client secret from the configuration is invalid.",
"no_agreements": "This account has no Toon displays.",
"no_app": "You need to configure Toon before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/toon/).",
"no_app": "You need to configure Toon before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/integrations/toon/).",
"unknown_auth_fail": "Unexpected error occured, while authenticating."
},
"error": {
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/traccar/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
config_entry_flow.register_webhook_flow(
DOMAIN,
"Traccar Webhook",
{"docs_url": "https://www.home-assistant.io/components/traccar/"},
{"docs_url": "https://www.home-assistant.io/integrations/traccar/"},
)
2 changes: 1 addition & 1 deletion homeassistant/components/twilio/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"Twilio Webhook",
{
"twilio_url": "https://www.twilio.com/docs/glossary/what-is-a-webhook",
"docs_url": "https://www.home-assistant.io/components/twilio/",
"docs_url": "https://www.home-assistant.io/integrations/twilio/",
},
)
2 changes: 1 addition & 1 deletion homeassistant/components/zha/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Core module for Zigbee Home Automation.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/zha/
https://home-assistant.io/integrations/zha/
"""

# flake8: noqa
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zha/core/channels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Channels module for Zigbee Home Automation.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/zha/
https://home-assistant.io/integrations/zha/
"""
import asyncio
from concurrent.futures import TimeoutError as Timeout
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zha/core/channels/closures.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Closures channels module for Zigbee Home Automation.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/zha/
https://home-assistant.io/integrations/zha/
"""
import logging

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zha/core/channels/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
General channels module for Zigbee Home Automation.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/zha/
https://home-assistant.io/integrations/zha/
"""
import logging

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Home automation channels module for Zigbee Home Automation.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/zha/
https://home-assistant.io/integrations/zha/
"""
import logging

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zha/core/channels/hvac.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
HVAC channels module for Zigbee Home Automation.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/zha/
https://home-assistant.io/integrations/zha/
"""
import logging

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zha/core/channels/lighting.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Lighting channels module for Zigbee Home Automation.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/zha/
https://home-assistant.io/integrations/zha/
"""
import logging

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zha/core/channels/lightlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Lightlink channels module for Zigbee Home Automation.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/zha/
https://home-assistant.io/integrations/zha/
"""
import logging

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Manufacturer specific channels module for Zigbee Home Automation.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/zha/
https://home-assistant.io/integrations/zha/
"""
import logging

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zha/core/channels/measurement.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Measurement channels module for Zigbee Home Automation.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/zha/
https://home-assistant.io/integrations/zha/
"""
import logging

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zha/core/channels/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Protocol channels module for Zigbee Home Automation.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/zha/
https://home-assistant.io/integrations/zha/
"""
import logging

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zha/core/channels/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Security channels module for Zigbee Home Automation.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/zha/
https://home-assistant.io/integrations/zha/
"""
import logging

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zha/core/channels/smartenergy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Smart energy channels module for Zigbee Home Automation.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/zha/
https://home-assistant.io/integrations/zha/
"""
import logging

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zha/core/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Device for Zigbee Home Automation.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/zha/
https://home-assistant.io/integrations/zha/
"""
import asyncio
from datetime import timedelta
Expand Down
Loading

0 comments on commit d4a67e3

Please sign in to comment.