pavoni
989be81881
Merge branch 'roon_volume' of https://github.com/home-assistant/core into roon_volume
2023-10-21 16:33:39 +01:00
pavoni
40e347f4e8
Refactor to use Event entities.
2023-10-21 15:26:46 +01:00
pavoni
7359dc6550
Remove trace.
2023-10-21 11:10:30 +01:00
pavoni
09ff57bc1d
Tidy.
2023-10-21 11:10:30 +01:00
pavoni
7ed6ef0efc
Remove config listener.
2023-10-21 11:10:30 +01:00
pavoni
e0cd4722cc
Remote trace.
2023-10-21 11:10:30 +01:00
pavoni
018fb67c0e
Add tests.
2023-10-21 11:10:30 +01:00
pavoni
af9c68aefd
Tidy.
2023-10-21 11:10:30 +01:00
pavoni
2cb8236d30
Tidy option change handling.
2023-10-21 11:10:30 +01:00
pavoni
2bd69497f9
Revise option handling - wip
2023-10-21 11:10:30 +01:00
pavoni
853cbd7548
Add config option.
2023-10-21 11:10:30 +01:00
pavoni
62a99389e5
First draft of device trigger.
2023-10-21 11:10:29 +01:00
Greg Dowling
dcb3dc254d
Improve handling of roon media players with fixed and incremental volume ( #99819 )
2023-10-12 12:52:01 +02:00
pavoni
fda5ebe6f7
Remove trace.
2023-09-06 10:40:44 +01:00
pavoni
d738899d2f
Tidy.
2023-09-06 10:34:49 +01:00
pavoni
a960f20528
Remove config listener.
2023-09-05 19:32:30 +01:00
pavoni
037fd972e1
Remote trace.
2023-09-05 18:46:45 +01:00
pavoni
e36d1b9380
Add tests.
2023-09-05 18:20:53 +01:00
pavoni
9ef49e3fa1
Tidy.
2023-09-05 15:58:35 +01:00
pavoni
7d55e1ae6a
Tidy option change handling.
2023-08-27 23:23:33 +01:00
pavoni
ab02f1e2b7
Revise option handling - wip
2023-08-27 11:20:05 +01:00
pavoni
d0304d81ac
Add config option.
2023-08-25 14:32:29 +01:00
pavoni
c8b0cb2e27
First draft of device trigger.
2023-08-21 09:52:48 +01:00
Erik Montnemery
045c327928
Move DeviceInfo from entity to device registry ( #98149 )
...
* Move DeviceInfo from entity to device registry
* Update integrations
2023-08-10 22:04:26 -04:00
Franck Nijhof
62fe4957c9
Migrate integration services (Q-S) to support translations ( #96378 )
2023-07-12 01:18:22 +02:00
Erik Montnemery
334dacc322
Change Entity.name default to UNDEFINED ( #94574 )
...
* Change Entity.name default to UNDEFINED
* Update typing
* Update Pylint plugin
* Update TTS test
2023-06-15 11:09:53 +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
Greg Dowling
7b54061ab7
Add repeat to roon media player ( #88851 )
2023-03-05 15:43:52 +01:00
Greg Dowling
08b3945d9b
Bump pyroon to 0.1.4 ( #89124 )
2023-03-05 13:35:32 +01:00
Paulus Schoutsen
3a32d2bdcb
Add background tasks to config entries ( #88335 )
...
* Use a set for config entries task tracking
* Allow adding background tasks to config entries
* Add tests for config entry add tasks
* Update docstrings on core create task
* Migrate roon and august
* Use in more places
* Guard for None
2023-02-17 13:50:05 -05:00
Paulus Schoutsen
a223b30924
Fix dangling task for roon ( #88291 )
2023-02-17 16:42:45 +01:00
Erik Montnemery
5dfb9cddd6
Sort manifests 8 ( #87029 )
2023-02-08 20:13:46 +01:00
Franck Nijhof
939eef3b28
Remove translations from Core ( #87543 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-02-06 15:06:43 +01:00
GitHub Action
072f228e4d
[ci skip] Translation update
2023-01-28 00:23:36 +00:00
GitHub Action
71d7098530
[ci skip] Translation update
2023-01-27 00:25:12 +00:00
GitHub Action
0b163aac7d
[ci skip] Translation update
2023-01-08 00:26:22 +00:00
Greg Dowling
f79ffb2981
Improve roon volume translation logic ( #84916 )
...
Improve roon volume translation logic.
2023-01-02 00:16:37 -05:00
Greg Dowling
3e18d70483
Bump pyroon library to 0.1.2. ( #84865 )
2022-12-30 13:31:16 -05:00
Franck Nijhof
94755a5773
String formatting and max line length - Part 4 ( #84445 )
...
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
2022-12-23 13:27:27 +01:00
GitHub Action
1e0345a377
[ci skip] Translation update
2022-12-10 00:21:35 +00:00
GitHub Action
f25017313a
[ci skip] Translation update
2022-12-09 00:24:29 +00:00
GitHub Action
1f3e5fb4fc
[ci skip] Translation update
2022-12-07 00:24:08 +00:00
GitHub Action
0d1f476bee
[ci skip] Translation update
2022-12-01 00:33:36 +00:00
GitHub Action
197e71203b
[ci skip] Translation update
2022-11-30 00:26:16 +00:00
GitHub Action
230b50d099
[ci skip] Translation update
2022-11-29 00:26:01 +00:00
epenet
fa08916a0a
Use attributes in roon media player ( #82838 )
...
* Use _attr_state in roon media player
* Remove more properties
* Use early exit
2022-11-28 14:11:55 +01:00
GitHub Action
b65d8cc1b3
[ci skip] Translation update
2022-11-28 00:23:09 +00:00
GitHub Action
eaf6d43508
[ci skip] Translation update
2022-11-23 00:26:26 +00:00
GitHub Action
fe5246fb6f
[ci skip] Translation update
2022-11-19 00:26:11 +00:00