From cc61353a7cd57d2bd865618cde4c63abaf792bbd Mon Sep 17 00:00:00 2001 From: Simon Hansen <67142049+DurgNomis-drol@users.noreply.github.com> Date: Sat, 8 Jan 2022 11:47:50 +0100 Subject: [PATCH] Update docs for refactored launch library (#20782) --- source/_integrations/launch_library.markdown | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/source/_integrations/launch_library.markdown b/source/_integrations/launch_library.markdown index 0b8e8346f3a..41afe10ae53 100644 --- a/source/_integrations/launch_library.markdown +++ b/source/_integrations/launch_library.markdown @@ -7,6 +7,7 @@ ha_iot_class: Cloud Polling ha_release: 0.83 ha_codeowners: - '@ludeeus' + - '@DurgNomis-drol' ha_domain: launch_library ha_platforms: - sensor @@ -14,23 +15,9 @@ ha_platforms: The `launch_library` sensor will provide you with information about the next planned space launch. -## Configuration - -Add the data to your `configuration.yaml` file as shown in the example: - -```yaml -# Example configuration.yaml entry -sensor: - - platform: launch_library -``` - -{% configuration %} -name: - description: Name of the sensor. - required: false - type: string -{% endconfiguration %} +{% include integrations/config_flow.md %} The data this platform presents comes from [launchlibrary.net][launchlibrary]. [launchlibrary]: https://launchlibrary.net/ +