hass-core/homeassistant
Jeff Irion 5ec5df77cc Register 'androidtv.download' and 'androidtv.upload' services (#30086)
* Add tests

* Add FileSync test

* Fill in services.yaml for 'androidtv.adb_filesync' service

* Update example paths in services.yaml

* Bump androidtv to 0.0.37

* Bump androidtv to 0.0.37

* Bump androidtv to 0.0.37

* Import LockNotAcquiredException

* Import LockNotAcquiredException from androidtv.exceptions

* Rename 'host' to 'address'

* Add a logging statement when an ADB command is skipped

* Check hass.config.is_allowed_path(local_path)

* Add return

* Fix pylint

* Reduce duplicated code (AndroidTVDevice vs. FireTVDevice)

* Split 'adb_filesync' service into 'download' and 'upload' services

* Don't use '.get()' for required data; return if the services are already registered

* Replace "command" with ATTR_COMMAND

* Don't try to connect to a device if it is a duplicate
2020-01-06 23:10:13 +01:00
..
auth Be consistent with Home Assistant and Hass.io spelling (#30500) 2020-01-05 14:09:17 +02:00
components Register 'androidtv.download' and 'androidtv.upload' services (#30086) 2020-01-06 23:10:13 +01:00
generated Add Brother Printer integration (#30359) 2020-01-06 11:06:16 -06:00
helpers Be consistent with Home Assistant and Hass.io spelling (#30500) 2020-01-05 14:09:17 +02:00
scripts Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00
util Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00
__init__.py
__main__.py Be consistent with Home Assistant and Hass.io spelling (#30500) 2020-01-05 14:09:17 +02:00
bootstrap.py Add Sentry component (#30422) 2020-01-03 21:34:20 +01:00
config.py Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00
config_entries.py Don't expose flows that aren't initialised. (#30432) 2020-01-03 17:28:05 +01:00
const.py Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00
core.py Be consistent with Home Assistant and Hass.io spelling (#30500) 2020-01-05 14:09:17 +02:00
data_entry_flow.py Don't expose flows that aren't initialised. (#30432) 2020-01-03 17:28:05 +01:00
exceptions.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
loader.py Remove unnecessary string literal concatenations (#30360) 2020-01-02 21:17:10 +02:00
package_constraints.txt Upgrade zeroconf to 0.24.4 (#30347) 2020-01-01 14:04:37 +01:00
requirements.py Sort imports for requirements.py and its test using isort (#29836) 2019-12-11 12:12:06 +01:00
setup.py Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00