mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +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"
|
||||
---
|
||||
|
||||
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 %}
|
Loading…
x
Reference in New Issue
Block a user