Chris Talkington
3feb55a8e4
Make roku async ( #35104 )
...
* Update manifest.json
* work on roku async.
* Update config_flow.py
* Update __init__.py
* Update media_player.py
* Update media_player.py
* Update __init__.py
* Update __init__.py
* Update media_player.py
* Update media_player.py
* Update remote.py
* Update test_media_player.py
* Update test_media_player.py
* Update test_config_flow.py
* Update media_player.py
* Update remote.py
* Update config_flow.py
* Update test_media_player.py
* Update config_flow.py
* Update test_config_flow.py
2020-05-08 16:44:34 -05:00
HomeAssistant Azure
78f846d532
[ci skip] Translation update
2020-05-03 00:02:26 +00:00
Chris Talkington
bb08959131
Support num_repeats for roku remote ( #34981 )
2020-04-30 21:08:32 -07:00
HomeAssistant Azure
bd72ddda3c
[ci skip] Translation update
2020-05-01 00:02:55 +00:00
HomeAssistant Azure
7faba60e83
[ci skip] Translation update
2020-04-29 00:03:31 +00:00
Erik Montnemery
aa60d362fd
Rename RemoteDevice to RemoteEntity ( #34676 )
2020-04-26 02:12:36 +02:00
Erik Montnemery
62bc02fdda
Rename MediaPlayerDevice to MediaPlayerEntity ( #34592 )
2020-04-25 18:00:57 +02:00
Paulus Schoutsen
e002c84eba
Don't set step title if it's integration title ( #34524 )
2020-04-22 15:05:39 +02:00
Chris Talkington
6dd836589c
Improve Roku ( #34431 )
2020-04-21 21:06:23 -07:00
Joakim Sørensen
730a257f3c
Rename translations dir for integrations ( #34494 )
2020-04-21 16:11:05 -07:00
Paulus Schoutsen
95357dfc55
Update translations
2020-04-20 16:33:54 -07:00
Paulus Schoutsen
0d60d40512
Update translations
2020-04-16 13:00:10 -07:00
Paulus Schoutsen
55dfca7467
Drop title from translations if brand name ( #34306 )
2020-04-16 12:52:53 -07:00
Paulus Schoutsen
f06aeea385
Update translations
2020-04-15 09:51:07 -07:00
Paulus Schoutsen
d36204a968
Move title translation to root ( #33850 )
2020-04-15 09:41:18 -07:00
Quinn Hosler
59d707df54
Add play_media channel support to roku ( #34124 )
2020-04-13 22:55:02 +02:00
HomeAssistant Azure
ad619817c6
[ci skip] Translation update
2020-04-08 00:08:19 +00:00
Franck Nijhof
7653dc947a
Enable pylint unnecessary-pass ( #33650 )
...
* Enable pylint unnecessary-pass
* Process review suggestions
* Fix smhi tests
2020-04-05 10:33:07 +02:00
Franck Nijhof
e8a0abd107
String formatting improvements ( #33635 )
...
* String formatting improvements
* Found another one
2020-04-04 18:21:14 +02:00
Paulus Schoutsen
f1d3c0d19b
Remove unused manifest fields ( #33595 )
2020-04-03 12:58:19 -07:00
Chris Talkington
be3cf52613
Update to roku==4.1.0 ( #33520 )
...
* Update manifest.json
* Update requirements_test_all.txt
* Update requirements_all.txt
2020-04-02 10:09:59 +02:00
HomeAssistant Azure
5f72ad8da6
[ci skip] Translation update
2020-03-28 00:08:09 +00:00
HomeAssistant Azure
6c4b4ad1e0
[ci skip] Translation update
2020-03-26 00:47:06 +00:00
HomeAssistant Azure
763ed0dc7b
[ci skip] Translation update
2020-03-24 13:18:47 +00:00
Paulus Schoutsen
a9d16d4276
Remove mentioning YAML in Roku config flow ( #32920 )
2020-03-17 16:57:10 -07:00
Chris Talkington
9146f76b01
Apply recommendations from roku code review ( #32883 )
...
* avoid patching integration methods
* Update config_flow.py
* apply recommendations from roku code review
* Update config_flow.py
2020-03-17 21:15:41 +01:00
Chris Talkington
cf8dfdae47
Add config flow to roku ( #31988 )
...
* create a dedicated const.py
* add DEFAULT_PORT to const.py
* work on config flow conversion.
* remove discovery.
* work on config flow and add tests. other cleanup.
* work on config flow and add tests. other cleanup.
* add quality scale to manifest.
* work on config flow and add tests. other cleanup.
* review tweaks.
* Update manifest.json
* catch more specific errors
* catch more errors.
* impprt specific exceptions
* import specific exceptions
* Update __init__.py
* Update config_flow.py
* Update media_player.py
* Update remote.py
* Update media_player.py
* Update remote.py
* Update media_player.py
* Update remote.py
* Update config_flow.py
* Update config_flow.py
* Update media_player.py
* Update __init__.py
* Update __init__.py
* Update config_flow.py
* Update test_config_flow.py
* Update config_flow.py
* Update __init__.py
* Update test_config_flow.py
* Update remote.py
* Update test_init.py
* Update test_init.py
* Update media_player.py
* Update media_player.py
* Update media_player.py
2020-03-15 21:13:04 -07:00
Chris Talkington
180bcad477
Add codeowner for roku. ( #32695 )
2020-03-11 12:52:27 -07:00
Chris Talkington
3b75fdccfd
Add availability to roku media player entities ( #32484 )
...
* track if roku is available based on update errors.
* Update media_player.py
* Update media_player.py
2020-03-06 13:55:32 +01:00
Paulus Schoutsen
0e436ac80e
add const file for roku ( #32470 )
2020-03-04 14:24:59 -08:00
Jeff Irion
59b4e42f8b
Remove SUPPORT_PLAY_MEDIA from Roku ( #32378 )
2020-03-03 16:59:32 +01:00
Paulus Schoutsen
b73531b2fc
Untag discovery as an allowed dependency ( #31934 )
2020-02-18 08:32:56 -08:00
Franck Nijhof
a84741392b
Format all manifests with prettier ( #30521 )
2020-01-06 21:28:23 +01:00
Ville Skyttä
5216477353
Be consistent with Home Assistant and Hass.io spelling ( #30500 )
...
* Be consistent with Home Assistant spelling
* Be consistent with Hass.io spelling
2020-01-05 14:09:17 +02:00
Brett T. Warden
9049e090f9
Bump Roku to 4.0.0 ( #29809 )
2019-12-10 09:20:52 +01:00
springstan
9f649ed345
Move imports to top for roku ( #29289 )
2019-12-01 12:03:51 +01:00
Brett T. Warden
fa1622fe8b
Use roku.poweron method for media_player.turn_on ( #29123 )
...
Instead of using the roku.power method, which toggles power,
implement the media_player.turn_on command for the roku component
by calling the new roku.poweron method.
Fixes #28961 , but depends on upstream
https://github.com/jcarbaugh/python-roku/pull/53
2019-11-27 18:19:10 +01:00
Raman Gupta
b267d54db3
Update services.yaml for Roku component ( #28887 )
...
* update services.yaml for roku component
* add new line
2019-11-20 13:14:13 +01:00
Villhellm
062ec8a7c2
changed STATE_OFF to STATE_STANDBY ( #28148 )
2019-10-23 13:03:52 -07:00
Franck Nijhof
c7da781efc
Update documentation link URL for integrations in all manifests ( #27114 )
2019-10-02 09:25:44 -07:00
Franck Nijhof
445c741b30
Use literal string interpolation in integrations R-S (f-strings) ( #26392 )
2019-09-03 21:14:39 +02:00
Pascal Vizeli
03aec33f9e
Fix roku lxml requirement ( #25696 )
2019-08-05 00:13:27 +02:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
Manuel Díez
42c50c5b5e
Add support for Roku TVs to be powered on or off ( #25590 )
2019-07-31 06:01:51 +02:00
Paulus Schoutsen
a52f96b23a
Add stub services.yaml and make validation mandatory ( #23213 )
2019-04-18 15:13:35 -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
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
Fabian Affolter
127c55e0c1
Update file header ( #21023 )
...
* Update file header
* Update file header
* Update file header
* Update file header
* Update file header
* Fix lint issues
2019-02-13 21:21:14 +01:00
Joakim Plate
d16d14b648
Media player const.py move ( #20822 )
...
* Move more constants to const.py
* Import constants directly from const
* ATTR_ENTITY_ID is not defined in media_player
* MEDIA_PLAYER_PLAY_MEDIA_SCHEMA is still in __init__.py
* Correct imports in tts
* PLATFORM_SCHEMA, SCHEMA is still defined in __init__.py
* Pandora imports several services
* Some additional fixes for move of const in media_player
* Fix hound lengths
2019-02-08 14:18:18 -08:00
Paulus Schoutsen
e2d3c27e85
Embed all platforms into components ( #20677 )
...
* Consolidate all components with platforms
* Organize tests
* Fix more tests
* Fix Verisure tests
* one final test fix
* Add change
* Fix coverage
2019-02-02 07:13:16 -08:00