From b8474d7041fd6a2668dc496b041b433e487438cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 10 Nov 2018 09:29:42 +0100 Subject: [PATCH] Rename sensor.launch to sensor.launch_library (#7447) * Rename sensor.launch to sensor.launch_library * Added configuration header --- ...{sensor.launch.markdown => sensor.launch_library.markdown} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename source/_components/{sensor.launch.markdown => sensor.launch_library.markdown} (85%) diff --git a/source/_components/sensor.launch.markdown b/source/_components/sensor.launch_library.markdown similarity index 85% rename from source/_components/sensor.launch.markdown rename to source/_components/sensor.launch_library.markdown index 33fb855b0fd..f8a0b50b417 100644 --- a/source/_components/sensor.launch.markdown +++ b/source/_components/sensor.launch_library.markdown @@ -13,7 +13,7 @@ ha_iot_class: "Cloud Polling" ha_release: "0.83" --- -The `launch` sensor will provide you with information about the next planed space launch. +The `launch_library` sensor will provide you with information about the next planed space launch. ## {% linkable_title Configuration %} @@ -22,7 +22,7 @@ Add the data to your `configuration.yaml` file as shown in the example: ```yaml # Example configuration.yaml entry sensor: - - platform: launch + - platform: launch_library ``` {% configuration %}