Commit Graph

22 Commits (352014fc957876182be5df055cff5c7647c3ff17)

Author SHA1 Message Date
epenet 52b5e1779f
Use new media player enums [p] () 2022-09-08 22:54:43 +02:00
epenet 474844744b
Improve entity type hints [p] () 2022-09-06 09:51:33 +02:00
epenet 80a857c6c2
Use EntityFeature enum in components (p**) () 2022-04-07 15:03:42 +02:00
epenet 921a554b9e
Remove pioneer from mypy ignore list ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-20 09:44:45 +01:00
epenet 1519aa202d
Add media_player setup type hints [m-x] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 16:09:34 +01:00
Franck Nijhof f17a5f0db9
Clean up redudant exceptions from handlers () 2021-06-11 13:29:50 +02:00
Franck Nijhof 055cdc64c0
Add support for IoT class in manifest () 2021-04-15 10:21:38 +02:00
springstan 92379ad8d2
Use list literal without using dict.keys() () 2020-10-30 09:19:13 -05:00
brefra 2b37cbe079
Change MediaPlayerDevice into MediaPlayerEntity () 2020-07-07 16:19:27 -04:00
springstan e3bcfb88e7
Improve string formatting v4 ()
* Improve string formatting v4

* Use normal strings instead of f-strings

* Fix zeroconf test by adding back part of a condition
2020-04-05 16:01:41 +02:00
springstan dde93304d3
Improve string formatting v2 ()
* Improve string formatting v2

* Improve string formatting v3

* Address review comments
2020-04-04 23:09:34 +02:00
Franck Nijhof 7d3c974747
Use set & dict literals ()
Co-authored-by: Daniel Høyer Iversen <mail@dahoiv.net>
2020-04-04 20:05:15 +02:00
Paulus Schoutsen f1d3c0d19b
Remove unused manifest fields () 2020-04-03 12:58:19 -07:00
Jean-Paul van Ravensberg f21a058f31
Enable SUPPORT_VOLUME_STEP () 2020-02-02 17:47:48 +01:00
Bas Nijholt 21816eeed4 Sort imports according to PEP8 for components starting with "P" () 2019-12-09 14:29:39 +01:00
Luca Zimmermann 9b72a55d60 Add compatibility for other STBY Codes ()
Added PWR2 as valid standby code
2019-11-04 11:11:10 +01:00
Franck Nijhof c7da781efc Update documentation link URL for integrations in all manifests () 2019-10-02 09:25:44 -07:00
Paulus Schoutsen 4de97abc3a Black 2019-07-31 12:25:30 -07:00
plafü 18ba2f986e Allow configuring sources for older Pioneer receivers ()
* Allow configuring sources for older Pioneer receivers

* Replace config.get calls with dict[key] syntax
2019-07-24 09:13:12 -05:00
Paulus Schoutsen cfe4cf30ad
Add manifests ()
* 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 ()
* Clean up docstrings

* Fix long lines

* Fix more docstrings

* Fix more docstrings

* Fix more docstrings
2019-04-03 17:40:03 +02:00
Paulus Schoutsen f5076188ef
Consolidate all platforms that have no tests ()
* Consolidate

* Fix tests

* Update imports

* Fix import

* Use importlib because integration and package share name

* Fix more tests

* Update .coveragerc and CODEOWNERS
2019-03-16 20:44:05 -07:00