mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-11 03:16:51 +00:00
Rename sensor.launch to sensor.launch_library (#7447)
* Rename sensor.launch to sensor.launch_library * Added configuration header
This commit is contained in:
parent
9ddec7a089
commit
b8474d7041
@ -13,7 +13,7 @@ ha_iot_class: "Cloud Polling"
|
|||||||
ha_release: "0.83"
|
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 %}
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ Add the data to your `configuration.yaml` file as shown in the example:
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: launch
|
- platform: launch_library
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
Loading…
x
Reference in New Issue
Block a user