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

Google Maps supports battery level and charging. (#16969)

* Google Maps supports battery level and charging.

With 3.0.2 locationsharinglib now the battery level and the charging attributes are available.

* Update google_maps.py

fix too long line error

* Update google_maps.py

Fix multi line import, and line length limit

* Update gen_requirements_all.py

Add locationsharinglib to gen_requirements_all

* update requirements_all

* Last try to fix requirements_all...
This commit is contained in:
Totoo
2018-09-30 15:17:39 +02:00
committed by Fabian Affolter
parent f5632a5da5
commit 1b7bfec247
4 changed files with 11 additions and 3 deletions

View File

@@ -63,6 +63,7 @@ TEST_REQUIREMENTS = (
'influxdb',
'libpurecoollink',
'libsoundtouch',
'locationsharinglib',
'mficlient',
'numpy',
'paho-mqtt',