Jeff Irion
6a06d648d7
Fix Android TV icon when screencap option is disabled ( #35710 )
...
* Don't return a media image hash if the screencap config option is False
* 1-liner
2020-05-26 19:02:18 -05:00
Erik Montnemery
62bc02fdda
Rename MediaPlayerDevice to MediaPlayerEntity ( #34592 )
2020-04-25 18:00:57 +02:00
Jeff Irion
3b12fd22a4
Bump androidtv to 0.0.41 ( #34382 )
2020-04-18 18:15:44 -04:00
Kris Bennett
994e83811f
Add Android TV screen capture option and use library screencap ( #34074 )
2020-04-14 18:41:19 +02:00
Jeff Irion
fb33667c5a
Fix example paths for Android TV download/upload services ( #34151 )
2020-04-13 22:00:57 +02:00
Franck Nijhof
39336d3ea3
Add prettier (in pre-commit and CI) ( #33693 )
...
* Add prettier (in pre-commit and CI)
* Make all file prettier
* Change order
* Add to Azure Pipelines
* Fix a YAML file prettier caught as invalid
* Remove flow mapping using curly braces from all YAML service files
2020-04-05 17:27:16 +02:00
springstan
0d95eff21d
Use dict literals ( #33658 )
2020-04-04 22:31:56 +02:00
Paulus Schoutsen
f1d3c0d19b
Remove unused manifest fields ( #33595 )
2020-04-03 12:58:19 -07:00
Kris Bennett
3dc6612cd9
Add Android TV cover art (screen content) ( #33232 )
...
* Android TV
* Android TV
* Android TV
* Android TV
* Android TV
* Android TV
* Android TV
* Android TV
* Android TV
2020-03-26 11:31:23 -07:00
Jeff Irion
31dc2ad284
Allow filtering of sources for Android TV ( #30994 )
2020-01-29 14:13:09 -06:00
Jeff Irion
9312d06fe4
Catch 'ConnectionResetError' exceptions for Android TV integra… ( #31274 )
2020-01-29 15:18:57 +01:00
Jeff Irion
cd72128a80
Implement 'volume_set' service for Android TV devices ( #31161 )
2020-01-26 10:39:19 +01:00
Jeff Irion
73af75cb41
Catch UnicodeDecodeError exceptions in 'androidtv.adb_command' service ( #30538 )
...
* Catch UnicodeDecodeError exceptions in 'androidtv.adb_command' service
* Replace "adb_command" with SERVICE_ADB_COMMAND
2020-01-07 13:30:34 +01:00
Jeff Irion
98bb400f3a
Bump adb-shell to 0.1.1 and androidtv to 0.0.38 ( #30539 )
...
* Bump adb-shell to 0.1.1 and androidtv to 0.0.38
* Bump adb-shell to 0.1.1 and androidtv to 0.0.38
* Bump adb-shell to 0.1.1 and androidtv to 0.0.38
2020-01-07 13:30:15 +01:00
Franck Nijhof
6f92c19302
Correct integration names in manifests (A-B) ( #30527 )
...
* Correct names in manifests (A-B)
* Just Baidu
* Asterisk Call Detail Records
2020-01-06 23:59:12 +01:00
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
Jeff Irion
8a5bce81c8
Bump adb-shell to 0.1.0 and androidtv to 0.0.36 ( #29938 )
...
* Bump adb-shell to 0.1.0 and androidtv to 0.0.36
* Add test for setting up two devices
* Add test_setup_same_device_twice
* Fix test_setup_two_devices
* Fix coverage
* Coverage
* Fix flaky 'test_setup_two_devices'
* Another stab at coverage
* Rename 'address' back to 'host'
2019-12-15 11:31:59 +01:00
Raman Gupta
003658a3f0
Update androidtv version to improve source selection support ( #29579 )
...
* Change androidtv module versions and add support for select_source for all device types
* Update and add tests
* Update requirements_test_all.txt
* Update requirements_all.txt
* Consolidate tests
* Fix typo
* Remove 'self._device'
2019-12-14 16:54:41 +01:00
Bas Nijholt
96961b9bcc
Sort imports according to PEP8 for components starting with "A" ( #29761 )
2019-12-09 13:57:24 +01:00
Jeff Irion
c7f684d3f4
Bump androidtv to 0.0.34 ( #28816 )
...
* Bump androidtv to 0.0.33; add pure-python-adb requirement
* python -m script.gen_requirements_all
* Avoid redundant 'available' check
* Bump androidtv to 0.0.34
* Update docstrings for the decorator functions
2019-11-17 12:47:14 +01:00
Jeff Irion
a71d852f16
Use friendly app names for Fire TV sources ( #28417 )
...
* Use friendly app names for Fire TV sources
* Remove debugging statement
* Tests pass
* Use 'blocking=True' to patch service calls
* Remove parentheses
2019-11-07 15:04:59 -07:00
Jeff Irion
438ee99175
Bump adb-shell to 0.0.8 ( #28582 )
...
* Bump 'adb-shell' to 0.0.8
* Update requirements_test_all.txt
* Update manifest.json
2019-11-06 08:02:07 +01:00
Franck Nijhof
04ab20846a
Bump black to 19.10b0 ( #28310 )
2019-10-28 23:32:34 -07:00
Jeff Irion
28cef89e03
Generate ADB key for Android TV integration ( #27344 )
...
* Generate ADB key for Android TV integration
* Remove 'do_nothing' function
* Remove 'return True'
* Re-add 2 'return True' lines
2019-10-17 15:33:20 +02:00
Jeff Irion
0b838f88c1
Bump adb-shell to 0.0.4; bump androidtv to 0.0.30 ( #27224 )
2019-10-05 12:44:51 -07:00
Franck Nijhof
c7da781efc
Update documentation link URL for integrations in all manifests ( #27114 )
2019-10-02 09:25:44 -07:00
Jeff Irion
ed49b2f155
Bump androidtv to 0.0.29 ( #27120 )
2019-10-02 17:38:14 +02:00
Jeff Irion
7d2a8b8137
Bump adb-shell to 0.0.3 ( #27108 )
2019-10-02 08:17:30 +02:00
Jeff Irion
45c548ae47
Bump androidtv to 0.0.28 ( #26906 )
...
* Bump androidtv to 0.0.28
* Address reviewer comments
* Remove adb-shell from requirements_test_all.txt
* Use a one-liner to avoid a coverage failure
2019-09-27 07:53:26 +02:00
Jeff Irion
da88be3827
Bump androidtv to 0.0.27 ( #26497 )
2019-09-07 20:47:24 +02:00
Franck Nijhof
ad51615718
Use literal string interpolation in integrations A (f-strings) ( #26377 )
...
* Use literal string interpolation in integrations A (f-strings)
* Black
2019-09-03 09:11:36 -05:00
Jeff Irion
85473d2c98
Bump androidtv to 0.0.26 and update tests ( #26340 )
...
* Move the patchers to a separate file
* Got a pytest test working (mostly)
* Checkpoint
* Switch to pytest for all tests
* Bump androidtv to 0.0.26 and update tests
* More robust patching
* Remove unused constants
* Combine two lines
* Add 2 additional checks
* Check that state objects are not None; add more description to tests
* Use f strings
2019-09-02 22:08:01 +02:00
Jeff Irion
789ad38c38
Bump androidtv to 0.0.25 and add tests ( #26202 )
...
* Add tests for androidtv
* Test that the error and reconnection attempts are logged correctly.
> "Handles device/service unavailable. Log a warning once when
> unavailable, log once when reconnected."
https://developers.home-assistant.io/docs/en/integration_quality_scale_index.html
* Clarify comment
* Add test for when the ADB shell command returns None
* Bump androidtv to 0.0.25
2019-08-29 12:03:03 +02:00
Jeff Irion
55031e6ea4
Bump androidtv to 0.0.24 ( #26158 )
...
* Bump androidtv to 0.0.24
* Add unique ID for Fire TV (not just Android TV)
2019-08-23 15:58:24 +02:00
Jeff Irion
3b8668b2df
Bump androidtv to 0.0.23 ( #25950 )
...
* Bump androidtv to 0.0.23
* Bump androidtv to 0.0.23
* Add missing space in logging statement
2019-08-14 09:12:32 -07:00
Jeff Irion
ff92307d65
Bump androidtv to 0.0.22 ( #25848 )
2019-08-10 15:25:03 -05:00
Jeff Irion
0449132c35
Bump androidtv to 0.0.21; add 'state_detection_rules' config parameter ( #25647 )
...
* Bump androidtv to 0.0.19; add 'state_detection_rules' config parameter
* Bump androidtv to 0.0.20
* Add detailed config check for 'state_detection_rules'
* Linting
* Remove unused variable
* Bump androidtv to 0.0.21, move config validation into backend package
* dict() -> {}
Co-Authored-By: Martin Hjelmare <marhje52@kth.se>
2019-08-05 18:58:41 +02:00
Jeff Irion
70dfe42adb
Make myself the codeowner for androidtv ( #25697 )
2019-08-05 01:03:37 +02:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
Jeff Irion
e9816f7e30
Bump androidtv to 0.0.18 ( #24927 )
...
* Bump androidtv to 0.0.18
* Bump androidtv to 0.0.18
2019-07-03 20:18:37 +02:00
Jeff Irion
5ba83d4dfb
Bump androidtv to 0.0.17 ( #24886 )
...
* Bump androidtv to 0.0.17
* Bump androidtv to 0.0.17
2019-07-01 10:47:21 -04:00
Jeff Irion
d2022cae28
Bump androidtv to 0.0.16 ( #24576 )
...
* Bump androidtv to 0.0.16
* Bump androidtv to 0.0.16
2019-06-17 09:21:21 -07:00
Jeff Irion
14d169558f
Add 'adb_response' attribute to Android TV / Fire TV ( #23960 )
...
* Add 'adb_response' attribute to Android TV / Fire TV
* Use None instead of empty string for empty ADB responses
* Initialize self._adb_response as None, not empty string
* Update the state after sending an ADB command
This ensures that the `'adb_response'` attribute contains the response to the latest command
2019-05-24 18:43:35 -04:00
Jeff Irion
03253f4598
Better logging of method used for ADB connection ( #24037 )
2019-05-23 13:57:00 -07:00
Jeff Irion
c341e33749
Handle missing 'serialno' of Android TV ( #22996 )
...
* Handle missing 'serialno' for unique ID
* Use None for unique_id if serialno is missing
* Remove name from unique ID
* Use serialno as unique_id
2019-04-15 10:28:58 -07:00
cgtobi
2c07bfb9e0
Remove dependencies and requirements ( #23024 )
...
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit fe7171b4cd
.
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit 391355ee2c
.
* Remove dependencies and requirements
* Fix flake8 complaints
* Fix more flake8 complaints
* Revert non-component removals
2019-04-12 10:13:30 -07:00
Jeff Irion
a747eaa3ba
Remove pycryptodome requirement for Android TV ( #22552 )
...
* Bump androidtv to 0.0.15
* Bump androidtv to 0.0.15 in manifest.json
2019-04-06 16:18:50 +01:00
Paulus Schoutsen
cfe4cf30ad
Add manifests ( #22699 )
...
* Add manifests
* Update auto name
* Update codeowners
* Add requirements from platforms
* Minor cleanup
* Incorporate changes from awarecan PR
2019-04-03 21:14:45 -07:00
Tobias Sauerwein
048b100eea
Clean up docstrings ( #22679 )
...
* Clean up docstrings
* Fix long lines
* Fix more docstrings
* Fix more docstrings
* Fix more docstrings
2019-04-03 17:40:03 +02:00
Kyle Niewiada
1050baa9cc
throw `PlatformNotReady` if unable to connect ( #22515 )
...
Throw `PlatformNotReady` for when the device disconnects, or when the Home Assistant is booting and the ADB server is not ready yet.
2019-03-29 08:08:36 -07:00