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:
@@ -63,6 +63,7 @@ TEST_REQUIREMENTS = (
|
||||
'influxdb',
|
||||
'libpurecoollink',
|
||||
'libsoundtouch',
|
||||
'locationsharinglib',
|
||||
'mficlient',
|
||||
'numpy',
|
||||
'paho-mqtt',
|
||||
|
||||
Reference in New Issue
Block a user