Add warning and remove Dark Sky API link (#12594)

Adding the same warning message as PR https://github.com/home-assistant/home-assistant.io/pull/12591 - there are two different Dark Sky integration pages (weather and sensors). It was already added to one, now it will be on both.
This commit is contained in:
Sean Mooney 2020-04-01 06:38:38 -04:00 committed by GitHub
parent 7a3edae4ee
commit 5df02542f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,13 @@ The `darksky` platform uses the [Dark Sky](https://darksky.net/) web service as
## Setup
You need an API key which is free but requires [registration](https://darksky.net/dev/register). You can make up to 1000 calls per day for free which means that you could make one approximately every 86 seconds.
<div class='note warning'>
On March 31, 2020 Dark Sky was [acquired by Apple](https://blog.darksky.net/dark-sky-has-a-new-home/) and is no longer allowing new API registrations. The Dark Sky API will continue to function for existing users through the end of 2021, but it is no longer possible to obtain an API key for new users.
</div>
You can make up to 1000 calls per day for free which means that you could make one approximately every 86 seconds.
<div class='note warning'>