mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00
Update docs for refactored launch library (#20782)
This commit is contained in:
parent
acdf5740e8
commit
cc61353a7c
@ -7,6 +7,7 @@ ha_iot_class: Cloud Polling
|
|||||||
ha_release: 0.83
|
ha_release: 0.83
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@ludeeus'
|
- '@ludeeus'
|
||||||
|
- '@DurgNomis-drol'
|
||||||
ha_domain: launch_library
|
ha_domain: launch_library
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- sensor
|
- sensor
|
||||||
@ -14,23 +15,9 @@ ha_platforms:
|
|||||||
|
|
||||||
The `launch_library` sensor will provide you with information about the next planned space launch.
|
The `launch_library` sensor will provide you with information about the next planned space launch.
|
||||||
|
|
||||||
## Configuration
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
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 %}
|
|
||||||
|
|
||||||
The data this platform presents comes from [launchlibrary.net][launchlibrary].
|
The data this platform presents comes from [launchlibrary.net][launchlibrary].
|
||||||
|
|
||||||
[launchlibrary]: https://launchlibrary.net/
|
[launchlibrary]: https://launchlibrary.net/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user