mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Remove WWLLN docs (#13544)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
c137a077b9
commit
9d50538726
@ -448,7 +448,6 @@ source/_integrations/withings.markdown @vangorra
|
||||
source/_integrations/wled.markdown @frenck
|
||||
source/_integrations/workday.markdown @fabaff
|
||||
source/_integrations/worldclock.markdown @fabaff
|
||||
source/_integrations/wwlln.markdown @bachya
|
||||
source/_integrations/xbox_live.markdown @MartinHjelmare
|
||||
source/_integrations/xiaomi_aqara.markdown @danielhiversen @syssi
|
||||
source/_integrations/xiaomi_miio.markdown @rytilahti @syssi
|
||||
|
@ -23,7 +23,6 @@ The [Geolocation trigger](/docs/automation/trigger/#geolocation-trigger) can be
|
||||
| NSW Rural Fire Service Incidents | `nsw_rural_fire_service_feed` |
|
||||
| Queensland Bushfire Alert | `qld_bushfire` |
|
||||
| U.S. Geological Survey Earthquake Hazards Program | `usgs_earthquakes_feed` |
|
||||
| The World Wide Lightning Location Network | `wwlln` |
|
||||
|
||||
Conditions can be used to further filter entities, for example by inspecting their state attributes.
|
||||
|
||||
|
@ -1,81 +0,0 @@
|
||||
---
|
||||
title: World Wide Lightning Location Network (WWLLN)
|
||||
description: Instructions on how to integrate WWLLN within Home Assistant.
|
||||
ha_category: Geolocation
|
||||
ha_release: 0.96
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_config_flow: true
|
||||
ha_codeowners:
|
||||
- '@bachya'
|
||||
ha_domain: wwlln
|
||||
---
|
||||
|
||||
The `wwlln` integration displays lightning strike information from the
|
||||
[World Wide Lightning Location Network (WWLLN)](https://wwlln.net/).
|
||||
|
||||
Entities are generated, updated and removed automatically with each update
|
||||
from the feed. Each entity defines latitude and longitude and will be shown
|
||||
on the default map automatically, or on a map card by defining the source
|
||||
`wwlln`. The distance (in kilometers or miles, depending on your unit system)
|
||||
is available as the state of each entity.
|
||||
|
||||
<p class='img'>
|
||||
<img src='{{site_root}}/images/screenshots/wwlln-feed-map.png' />
|
||||
</p>
|
||||
|
||||
New data is fetched every 10 minutes. Because data from the WWLLN may vary in terms
|
||||
of how real-time it is, the default `window` parameter is set to 1 hour to ensure that as
|
||||
many strikes are caught as possible.
|
||||
|
||||
## Configuration
|
||||
|
||||
To retrieve data from the WWLLN, edit your `configuration.yaml` file manually or use the "Integrations" feature in the GUI, you find it under Configurations - Integrations.
|
||||
|
||||
To manually add the component, add the following to your `configuration.yaml`:
|
||||
|
||||
```yaml
|
||||
wwlln:
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
latitude:
|
||||
description: The latitude you want to monitor; defaults to the value defined in `configuration.yaml`.
|
||||
required: false
|
||||
type: float
|
||||
longitude:
|
||||
description: The longitude you want to monitor; defaults to the value defined in `configuration.yaml`.
|
||||
required: false
|
||||
type: float
|
||||
radius:
|
||||
description: The radius around your location to monitor; defaults to 25 km or mi (depending on the unit system defined in your `configuration.yaml`).
|
||||
required: false
|
||||
type: integer
|
||||
window:
|
||||
description: The amount of time before now for which strikes should be considered "active" and shown in the UI. Note that a window of less than 1 hour may cause Home Assistant to miss events.
|
||||
required: false
|
||||
type: time
|
||||
default: 10 minutes
|
||||
{% endconfiguration %}
|
||||
|
||||
## State Attributes
|
||||
|
||||
The following state attributes are available for each entity in addition to
|
||||
the standard ones:
|
||||
|
||||
| Attribute | Description |
|
||||
| ---------------- | ----------------------------------------------------------------------------- |
|
||||
| latitude | Latitude of the lightning strike. |
|
||||
| longitude | Longitude of the lightning strike. |
|
||||
| source | `wwlln` to be used in conjunction with the `geo_location` automation trigger. |
|
||||
| external_id | The external ID used in the feed to identify the lightning strike in the feed. |
|
||||
| publication_date | Date and time when this event occurred. |
|
||||
|
||||
## Full Configuration
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
wwlln:
|
||||
radius: 100
|
||||
latitude: 37.39
|
||||
longitude: -5.99
|
||||
```
|
@ -99,7 +99,7 @@ The Home Assistant Podcast has published [episode 53](https://hasspodcast.io/ha0
|
||||
- Add support for aurora ABB Powerone solar photovoltaic inverter ([@davet2001] - [#24809]) ([aurora_abb_powerone docs]) (new-integration)
|
||||
- Add support for arcam fmj receivers ([@elupus] - [#24621]) ([arcam_fmj docs]) (new-integration)
|
||||
- Add support for Notion Home Monitoring ([@bachya] - [#24634]) ([notion docs]) (new-integration)
|
||||
- Add support for World Wide Lightning Location Network ([@bachya] - [#25001]) ([wwlln docs]) (new-integration)
|
||||
- Add support for World Wide Lightning Location Network ([@bachya] - [#25001]) (new-integration)
|
||||
|
||||
## New Platforms
|
||||
|
||||
@ -318,7 +318,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- [climate] Add water_heater to evohome ([@zxdavb] - [#25035]) ([evohome docs]) (beta fix) (new-platform)
|
||||
- Fix Netatmo climate issue when device out of reach ([@cgtobi] - [#25096]) ([netatmo docs]) (beta fix)
|
||||
- Add turn on/off to coolmaster ([@OnFreund] - [#25097]) ([coolmaster docs]) (beta fix)
|
||||
- Fix window exception in WWLLN ([@bachya] - [#25100]) ([wwlln docs]) (beta fix)
|
||||
- Fix window exception in WWLLN ([@bachya] - [#25100]) (beta fix)
|
||||
- Fix missing sensor unit in RainMachine ([@bachya] - [#25101]) ([rainmachine docs]) (beta fix)
|
||||
- Add climate related services to Homematic IP Cloud ([@SukramJ] - [#25079]) ([homematicip_cloud docs]) (beta fix)
|
||||
- Simplify Alexa/Google for new climate turn_on/off ([@balloob] - [#25115]) ([alexa docs]) ([google_assistant docs]) (beta fix)
|
||||
@ -488,7 +488,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Fix broken test in Python 3.7 ([@balloob] - [#25067])
|
||||
- Fix for Sonos debug logging ([@amelchio] - [#25064]) ([sonos docs])
|
||||
- Bump up ZHA dependencies. ([@Adminiuga] - [#25062]) ([zha docs])
|
||||
- Add support for World Wide Lightning Location Network ([@bachya] - [#25001]) ([wwlln docs]) (new-integration)
|
||||
- Add support for World Wide Lightning Location Network ([@bachya] - [#25001]) (new-integration)
|
||||
- SMA catch error ([@kellerza] - [#25045]) ([sma docs])
|
||||
- Change phrases in the logbook component for persons and binary_sensors ([@Martijn02] - [#25053]) ([logbook docs])
|
||||
- Make sure volume level is valid when incrementing/decrementing ([@JeffLIrion] - [#25061]) ([vizio docs])
|
||||
@ -506,7 +506,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- [climate] Add water_heater to evohome ([@zxdavb] - [#25035]) ([evohome docs]) (beta fix) (new-platform)
|
||||
- Fix Netatmo climate issue when device out of reach ([@cgtobi] - [#25096]) ([netatmo docs]) (beta fix)
|
||||
- Add turn on/off to coolmaster ([@OnFreund] - [#25097]) ([coolmaster docs]) (beta fix)
|
||||
- Fix window exception in WWLLN ([@bachya] - [#25100]) ([wwlln docs]) (beta fix)
|
||||
- Fix window exception in WWLLN ([@bachya] - [#25100]) (beta fix)
|
||||
- Fix missing sensor unit in RainMachine ([@bachya] - [#25101]) ([rainmachine docs]) (beta fix)
|
||||
- Add climate related services to Homematic IP Cloud ([@SukramJ] - [#25079]) ([homematicip_cloud docs]) (beta fix)
|
||||
- Simplify Alexa/Google for new climate turn_on/off ([@balloob] - [#25115]) ([alexa docs]) ([google_assistant docs]) (beta fix)
|
||||
@ -887,7 +887,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[vizio docs]: /integrations/vizio/
|
||||
[watson_tts docs]: /integrations/watson_tts/
|
||||
[waze_travel_time docs]: /integrations/waze_travel_time/
|
||||
[wwlln docs]: /integrations/wwlln/
|
||||
[yeelight docs]: /integrations/yeelight/
|
||||
[zestimate docs]: /integrations/zestimate/
|
||||
[zha docs]: /integrations/zha/
|
||||
|
@ -245,7 +245,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Add support for multiple N26 accounts ([@gorynychzmey] - [#25086]) ([n26 docs]) (breaking change)
|
||||
- Bump insteonplm to 0.16.3 ([@teharris1] - [#25108]) ([insteon docs])
|
||||
- Use more compatible samsungtv TV key ([@escoand] - [#25083]) ([samsungtv docs])
|
||||
- Add additional WWLLN test ([@bachya] - [#25111]) ([wwlln docs])
|
||||
- Add additional WWLLN test ([@bachya] - [#25111])
|
||||
- Splunk component filter support ([@asleeis] - [#25071]) ([splunk docs])
|
||||
- Add more public rain sensors ([@cgtobi] - [#25117]) ([netatmo docs])
|
||||
- PS4 handle no connection/ fix spamming of logs when device is off ([@ktnrg45] - [#25091]) ([ps4 docs])
|
||||
@ -298,7 +298,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Fix util.ruamel_yaml type errors ([@scop] - [#25338])
|
||||
- Mypy config improvements ([@scop] - [#25340])
|
||||
- Update Google Maps Location Tracker to use locationsharinglib==4.0.2 ([@shbatm] - [#25316]) ([google_maps docs]) (breaking change)
|
||||
- Automatically expand WWLLN window to 1 hour (if necessary) ([@bachya] - [#25357]) ([wwlln docs])
|
||||
- Automatically expand WWLLN window to 1 hour (if necessary) ([@bachya] - [#25357])
|
||||
- Type check all helpers ([@scop] - [#25373])
|
||||
- Optional and Union simplifications ([@scop] - [#25365])
|
||||
- Add add_torrent service to Transmission ([@postlund] - [#25144]) ([transmission docs])
|
||||
@ -360,7 +360,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Roombalocate ([@Anglac] - [#25508]) ([roomba docs])
|
||||
- deCONZ - cleanup sensor attributes ([@Kane610] - [#25540]) ([deconz docs])
|
||||
- Update to buienradar json api; and additional monitored_conditions ([@mjj4791] - [#24463]) ([buienradar docs]) (breaking change)
|
||||
- Fix bug with WWLLN update interval ([@bachya] - [#25498]) ([wwlln docs])
|
||||
- Fix bug with WWLLN update interval ([@bachya] - [#25498])
|
||||
- Fix WinkAC mode API calls to correct methods ([@cameronrmorris] - [#25545]) ([wink docs])
|
||||
- Bump env_canada to 0.0.19 ([@michaeldavie] - [#25548]) ([environment_canada docs])
|
||||
- Tibber, off peak values ([@Danielhiversen] - [#25320]) ([tibber docs])
|
||||
@ -839,7 +839,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[vesync docs]: /integrations/vesync/
|
||||
[wink docs]: /integrations/wink/
|
||||
[workday docs]: /integrations/workday/
|
||||
[wwlln docs]: /integrations/wwlln/
|
||||
[xiaomi_miio docs]: /integrations/xiaomi_miio/
|
||||
[zha docs]: /integrations/zha/
|
||||
[zwave docs]: /integrations/zwave/
|
||||
|
@ -312,7 +312,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Remove throttle from update ([@michaeldavie] - [#26216]) ([environment_canada docs])
|
||||
- Bump dependency to add PLAY_STATE_STOPPED ([@schmittx] - [#26239]) ([apple_tv docs])
|
||||
- Cleanup strings ([@andrewsayre] - [#26243]) ([smartthings docs])
|
||||
- Fix WWLLN entity management ([@exxamalte] - [#26250]) ([wwlln docs])
|
||||
- Fix WWLLN entity management ([@exxamalte] - [#26250])
|
||||
- Enable cert_expiry config entries ([@Cereal2nd] - [#25624]) ([cert_expiry docs])
|
||||
- Velbus config entries remove decorator ([@Cereal2nd] - [#26256]) ([velbus docs])
|
||||
- Bump androidtv to 0.0.25 and add tests ([@JeffLIrion] - [#26202]) ([androidtv docs])
|
||||
@ -403,7 +403,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Add new integration for Jandy iAqualink pool control ([@flz] - [#26034]) ([iaqualink docs]) (new-integration)
|
||||
- Add protocol and model as an optional restriction for tellstick sensors ([@brange] - [#26026]) ([tellstick docs])
|
||||
- Fix KNX light tunable white rounding error ([@farmio] - [#26364]) ([knx docs])
|
||||
- Bump aiowwlln to 2.0.1 ([@bachya] - [#26486]) ([wwlln docs])
|
||||
- Bump aiowwlln to 2.0.1 ([@bachya] - [#26486])
|
||||
- Vicare: Avoid invalid temperature values ([@oischinger] - [#26485]) ([vicare docs])
|
||||
- Use PEP 526 type annotations, add some type hints ([@scop] - [#26464])
|
||||
- Restructure Z-Wave Climate ([@Santobert] - [#25724]) ([zwave docs])
|
||||
@ -804,7 +804,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[vivotek docs]: /integrations/vivotek/
|
||||
[webhook docs]: /integrations/webhook/
|
||||
[withings docs]: /integrations/withings/
|
||||
[wwlln docs]: /integrations/wwlln/
|
||||
[xiaomi docs]: /integrations/xiaomi_aqara
|
||||
[yeelight docs]: /integrations/yeelight/
|
||||
[zha docs]: /integrations/zha/
|
||||
|
@ -373,7 +373,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Type hint additions ([@scop] - [#26765]) ([automation docs]) ([cover docs]) ([frontend docs]) ([http docs]) ([media_player docs]) ([switch docs])
|
||||
- Add transport data from maps.yandex.ru api ([@rishatik92] - [#26766]) ([yandex_transport docs])
|
||||
- ZHA siren and warning device support ([@dmulcahey] - [#26046]) ([zha docs])
|
||||
- Bump aiowwlln to 2.0.2 ([@bachya] - [#26769]) ([wwlln docs])
|
||||
- Bump aiowwlln to 2.0.2 ([@bachya] - [#26769])
|
||||
- Bump simplisafe-python to 5.0.1 ([@bachya] - [#26775]) ([simplisafe docs])
|
||||
- Add integration scaffolding script ([@balloob] - [#26777])
|
||||
- Bump HAP-python to 2.6.0 for homekit ([@Jc2k] - [#26783]) ([homekit docs])
|
||||
@ -999,7 +999,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[wemo docs]: /integrations/wemo/
|
||||
[whois docs]: /integrations/whois/
|
||||
[withings docs]: /integrations/withings/
|
||||
[wwlln docs]: /integrations/wwlln/
|
||||
[xbox_live docs]: /integrations/xbox_live/
|
||||
[xiaomi_aqara docs]: /integrations/xiaomi_aqara/
|
||||
[yandex_transport docs]: /integrations/yandex_transport/
|
||||
|
@ -501,7 +501,7 @@ Added a Coronavirus integration to help monitor the ongoing epidemic. [More info
|
||||
- Clean up Tahoma smartlock ([@vlebourl] - [#31430]) ([tahoma docs]) (new-platform)
|
||||
- Fix issue with Notion dispatcher topic ([@bachya] - [#31441]) ([notion docs])
|
||||
- Fix issue with IQVIA dispatcher topic ([@bachya] - [#31440]) ([iqvia docs])
|
||||
- Fix issue with WWLLN dispatcher topic ([@bachya] - [#31442]) ([wwlln docs])
|
||||
- Fix issue with WWLLN dispatcher topic ([@bachya] - [#31442])
|
||||
- Fix issues with Ambient PWS dispatcher topic ([@bachya] - [#31439]) ([ambient_station docs])
|
||||
- Add missing await to HMIPC ([@SukramJ] - [#31415]) ([homematicip_cloud docs])
|
||||
- Add timeout attribute for send files ([@Konsts] - [#31379]) ([telegram_bot docs])
|
||||
@ -1236,7 +1236,6 @@ Added a Coronavirus integration to help monitor the ongoing epidemic. [More info
|
||||
[websocket_api docs]: /integrations/websocket_api/
|
||||
[wled docs]: /integrations/wled/
|
||||
[workday docs]: /integrations/workday/
|
||||
[wwlln docs]: /integrations/wwlln/
|
||||
[xiaomi_aqara docs]: /integrations/xiaomi_aqara/
|
||||
[xiaomi_miio docs]: /integrations/xiaomi_miio/
|
||||
[yeelight docs]: /integrations/yeelight/
|
||||
|
@ -709,7 +709,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Emoncms API now provides a Unit of Measurement ([@borpin] - [#32042]) ([emoncms docs]) (breaking change)
|
||||
- Add async_setup_entry/async_unload_entry for remote platform ([@ctalkington] - [#31974]) ([remote docs])
|
||||
- Add github sensor latest tag attribute ([@Mariusthvdb] - [#32360]) ([github docs])
|
||||
- Modernize WWLLN config flow ([@bachya] - [#32194]) ([wwlln docs])
|
||||
- Modernize WWLLN config flow ([@bachya] - [#32194])
|
||||
- Mock all invocations of coronavirus.get_cases ([@balloob] - [#32487])
|
||||
- Use unique_id in Plex config entries ([@jjlawren] - [#32489]) ([plex docs])
|
||||
- UniFi - Add block network access control to config option ([@Kane610] - [#32004]) ([unifi docs])
|
||||
@ -763,7 +763,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Reflect new repo name ([@marengaz] - [#32611])
|
||||
- Convert august to async ([@bdraco] - [#32586]) ([august docs])
|
||||
- Freeze config entry data ([@balloob] - [#32615]) ([axis docs]) ([heos docs]) ([homematicip_cloud docs]) ([met docs]) ([mikrotik docs]) ([mqtt docs]) ([plex docs]) ([samsungtv docs]) ([smartthings docs]) ([transmission docs]) ([upnp docs])
|
||||
- Validate WWLLN window size in config schema ([@bachya] - [#32621]) ([wwlln docs])
|
||||
- Validate WWLLN window size in config schema ([@bachya] - [#32621])
|
||||
- Add PollControl cluster support to ZHA ([@Adminiuga] - [#32618]) ([zha docs])
|
||||
- Upgrade hass_nabucasa to 0.32.2 ([@balloob] - [#32522]) ([cloud docs])
|
||||
- Add a commit interval setting to recorder ([@bdraco] - [#32596]) ([recorder docs])
|
||||
@ -1449,7 +1449,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[vicare docs]: /integrations/vicare/
|
||||
[vizio docs]: /integrations/vizio/
|
||||
[workday docs]: /integrations/workday/
|
||||
[wwlln docs]: /integrations/wwlln/
|
||||
[yandex_transport docs]: /integrations/yandex_transport/
|
||||
[zeroconf docs]: /integrations/zeroconf/
|
||||
[zha docs]: /integrations/zha/
|
||||
|
@ -1989,7 +1989,6 @@
|
||||
/components/wsdot /integrations/wsdot
|
||||
/components/wunderground /integrations/wunderground
|
||||
/components/wunderlist /integrations/wunderlist
|
||||
/components/wwlln /integrations/wwlln
|
||||
/components/x10 /integrations/x10
|
||||
/components/xbox_live /integrations/xbox_live
|
||||
/components/xeoma /integrations/xeoma
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 49 KiB |
Loading…
x
Reference in New Issue
Block a user