J. Nick Koston
|
9c775a8a24
|
Set roku media player device class in constructor (#100225)
|
2023-09-12 12:58:20 -05:00 |
|
Chris Talkington
|
2e0038b981
|
Require device id for Roku entities (#98734)
|
2023-08-22 09:22:46 +02:00 |
|
Paulus Schoutsen
|
decb1a3118
|
Fix entity name for iBeacon and Roku (#95574)
* Fix entity nmae for iBeacon and Roku
* Roku remote too
|
2023-06-29 13:43:13 -04:00 |
|
epenet
|
3b83340f6e
|
Improve get_browse_image type hints in media player (#90057)
|
2023-03-26 19:54:01 +02:00 |
|
epenet
|
f56bf134d2
|
Improve browse_media type hints in media player (#90060)
* Improve browse_media type hints in media player
* Adjust components
* Adjust base entity
|
2023-03-24 21:49:12 -07:00 |
|
epenet
|
4836404288
|
Improve media_player type hints in integrations (#90029)
Fix some media_player type hints
|
2023-03-21 11:10:12 +01:00 |
|
Franck Nijhof
|
647469f472
|
Remove str from media player device class (#83398)
* Remove str from media player device class
* Adjust pylint plugin
|
2022-12-06 14:57:34 +01:00 |
|
epenet
|
7871a517a8
|
Import constants from root (#78271)
|
2022-09-12 18:53:05 +02:00 |
|
epenet
|
45d0ec7150
|
Use new media player enums [r] (#78062)
|
2022-09-08 22:59:52 +02:00 |
|
Joakim Plate
|
fcba6def49
|
Replace STATE_HOME with STATE_IDLE (#77385)
|
2022-08-27 13:50:41 +02:00 |
|
Chris Talkington
|
20432ccc76
|
Migrate roku to new entity naming (#74819)
* migrate roku to new entity naming
* Update binary_sensor.py
* Update sensor.py
* Update test_binary_sensor.py
* Update sensor.py
* Update entity.py
* Update media_player.py
* Update remote.py
* Update media_player.py
* Update remote.py
* Update entity.py
* Update entity.py
* Update entity.py
* Update entity.py
|
2022-07-14 07:02:13 -05:00 |
|
Erik Montnemery
|
47d0cc9b09
|
Update integrations to pass target player when resolving media (#72597)
|
2022-05-27 09:05:06 -07:00 |
|
epenet
|
b8fc399882
|
Use EntityFeature enum in components (r**) (#69437)
|
2022-04-07 14:55:09 +02:00 |
|
Paulus Schoutsen
|
929df2bc29
|
Improve error handling process_play_media_url (#68322)
|
2022-03-20 20:25:15 -07:00 |
|
Chris Talkington
|
79e9eb1b94
|
Suppress roku power off timeout errors (#67414)
|
2022-03-03 21:08:29 -08:00 |
|
Chris Talkington
|
9d5dc2ce24
|
Improve roku play media handling (#66429)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
|
2022-02-17 10:19:01 -08:00 |
|
Chris Talkington
|
f344ea7bbb
|
Add select platform to roku (#66133)
|
2022-02-11 20:52:31 -06:00 |
|
Paulus Schoutsen
|
3bce870c6d
|
Add helper for media players to handle HA hosted media (#66120)
* Sonos to sign all HASS urls
* Don't sign if queries in url
* Extract media player hass URL handling to helper
|
2022-02-09 12:50:33 -08:00 |
|
Paulus Schoutsen
|
f2843283bf
|
Roku to sign all HASS urls (#66122)
|
2022-02-08 18:55:52 -06:00 |
|
Chris Talkington
|
15e5f516d2
|
Update rokuecp to 0.13.1 (#65814)
|
2022-02-05 22:17:31 -06:00 |
|
Chris Talkington
|
e0d970c739
|
Update rokuecp to 0.12.0 (#65030)
|
2022-01-27 10:43:23 -06:00 |
|
Chris Talkington
|
3e29fe5a67
|
Allow roku to browse and play local media (#64799)
|
2022-01-24 08:34:09 -08:00 |
|
Chris Talkington
|
1421797c50
|
Add camera play stream support to roku (#64153)
|
2022-01-18 22:43:22 -06:00 |
|
Chris Talkington
|
533d0e4444
|
Add play media URL support to roku (#64021)
|
2022-01-15 01:49:33 -06:00 |
|
epenet
|
5cd73170de
|
Add type hints to media_player (part 1) (#64005)
* Add type hints to media_player (part 1)
* Fix roku to match
|
2022-01-13 10:36:44 +01:00 |
|
Chris Talkington
|
4b11a4365b
|
Add content deeplinking support to roku (#64010)
|
2022-01-12 20:07:11 -06:00 |
|
epenet
|
1519aa202d
|
Add media_player setup type hints [m-x] (#63298)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2022-01-03 16:09:34 +01:00 |
|
Robert Hillis
|
093202f138
|
Use enum in roku (#62043)
|
2021-12-16 14:41:59 +01:00 |
|
Chris Talkington
|
cacd803a93
|
Enable basic typing for roku (#52478)
* enable basic typing for roku
* Update mypy.ini
* Update media_player.py
* Create coordinator.py
* Update __init__.py
* Update media_player.py
* Update remote.py
* Update media_player.py
* Update coordinator.py
* Update coordinator.py
* Update remote.py
* Update entity.py
* Update coordinator.py
* Update config_flow.py
* Update entity.py
* Update const.py
* Update const.py
* Update const.py
* Update entity.py
* Update entity.py
* Update entity.py
* Update test_media_player.py
* Update test_remote.py
|
2021-07-05 10:27:52 +02:00 |
|
Chris Talkington
|
fa3ae9b83c
|
Use attrs instead of properties in roku (#51735)
* Use attrs instead of properties in roku.
* Update media_player.py
* Update remote.py
* Update __init__.py
* Create entity.py
* Update entity.py
* Update media_player.py
* Update remote.py
* Update __init__.py
* Update media_player.py
* Update remote.py
* Update __init__.py
* Update __init__.py
* Update entity.py
|
2021-06-11 13:51:18 +02:00 |
|
Franck Nijhof
|
2ed386f9e6
|
Migrate to async_get_current_platform everywhere (#50034)
|
2021-05-03 09:34:28 -07:00 |
|
Marc Mueller
|
a3cd1854f6
|
Update typing 12 (#48073)
|
2021-03-18 14:31:38 +01:00 |
|
Chris Talkington
|
14785660b0
|
Avoid proxied Roku images during internal requests (#43547)
|
2021-01-26 23:21:25 +01:00 |
|
Chris Talkington
|
df5a8c4dac
|
Use media player image proxy for roku media browser (#43070)
|
2020-11-11 20:17:46 +01:00 |
|
Chris Talkington
|
a918981ff3
|
Improve Roku media browser structure (#39754)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2020-09-09 23:22:26 +02:00 |
|
Martin Hjelmare
|
e6bc48ab68
|
Remove media class apps and channels (#39864)
|
2020-09-09 22:19:52 +02:00 |
|
Martin Hjelmare
|
586d7eaba6
|
Add media class browse media attribute (#39770)
|
2020-09-08 16:42:01 +02:00 |
|
Paulus Schoutsen
|
df8daf561e
|
Browse media class (#39698)
|
2020-09-06 15:52:59 +02:00 |
|
Chris Talkington
|
13a6aaa6ff
|
Add media browser support to roku (#39652)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
|
2020-09-06 14:53:45 +02:00 |
|
Chris Talkington
|
77f5fb765b
|
Add device class for roku devices (#39627)
* add tv device class for roku tvs
* Update test_media_player.py
* Update test_media_player.py
* Update media_player.py
* Update test_media_player.py
* Update media_player.py
* Update test_media_player.py
* Update test_media_player.py
* Update media_player.py
|
2020-09-03 17:06:24 -04:00 |
|
Chris Talkington
|
e921f72d31
|
Use media state to better represent roku state (#39540)
* use media state to better represent roku state
* Update media_player.py
* Update media_player.py
* Update media_player.py
* Update media_player.py
* Update media_player.py
* Update media_player.py
* Update media_player.py
* Update media_player.py
* Update test_media_player.py
* Update test_media_player.py
* Update test_media_player.py
* Update media_player.py
* Update test_media_player.py
* Update test_media_player.py
|
2020-09-01 20:40:45 -05:00 |
|
Chris Talkington
|
bd7682a694
|
Update roku state faster after actions (#39453)
* update roku state faster after actions
* Update media_player.py
* Update remote.py
|
2020-08-30 12:42:53 -05:00 |
|
Franck Nijhof
|
1c2ebdf307
|
Upgrade black to 20.8b1 (#39287)
|
2020-08-27 13:56:20 +02:00 |
|
Chris Talkington
|
6610bbe7bb
|
Add service to trigger roku search (#37014)
|
2020-06-23 09:03:43 -07:00 |
|
Chris Talkington
|
6aba87f3a6
|
Use roku media state to detect paused media (#36980)
|
2020-06-22 09:51:38 +02:00 |
|
Chris Talkington
|
f06c0a8b54
|
Add roku exception handling for service calls (#36328)
|
2020-06-04 09:59:39 -07:00 |
|
Chris Talkington
|
6fbc3b54bd
|
Fix roku select source with app ids (#36191)
|
2020-05-27 17:53:26 +02:00 |
|
Chris Talkington
|
77eab66e0f
|
Fix roku play/pause during standby (#36096)
|
2020-05-25 13:55:25 +02:00 |
|
Chris Talkington
|
765bf760b4
|
Fix roku play/pause support (#35991)
|
2020-05-23 11:06:48 +02:00 |
|
Chris Talkington
|
a6d587b6cd
|
Update roku supported features to VOLUME_STEP (#35481)
|
2020-05-10 22:06:10 -07:00 |
|