1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add support for World Wide Lightning Location Network (#25001)

* Add support for World Wide Lightning Location Network

* Updated .coveragerc

* Added test

* Updated requirements

* Fixed tests

* Use local time for nearest strike

* Base geo location in place

* Finished geolocation work

* Fixed tests

* Cleanup

* Removed no-longer-needed method

* Updated requirements

* Add support for window and attrs

* Add strike ID to entity name

* Member comments
This commit is contained in:
Aaron Bach
2019-07-10 16:40:11 -06:00
committed by GitHub
parent cea857e18a
commit 9ccb85d959
15 changed files with 551 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ TEST_REQUIREMENTS = (
'aionotion',
'aiounifi',
'aioswitcher',
'aiowwlln',
'apns2',
'aprslib',
'av',