mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 11:45:09 +02:00
Add PlayStation Network Integration (#133901)
* clean pull request
* Create one device per console
* Requested changes
* Pr/tr4nt0r/1 (#2)
* clean pull request
* Create one device per console
* device setup
* Merge PR1 - Dynamic Device Support
* Merge PR1 - Dynamic Device Support
---------
Co-authored-by: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com>
* nitpicks
* Update config_flow test
* Update quality_scale.yaml
* repair integrations.json
* minor updates
* Add translation string for invalid account
* misc changes post review
* Minor strings updates
* strengthen config_flow test
* Requested changes
* Applied patch to commit a358725
* migrate PlayStationNetwork helper classes to HA
* Revert to standard psn library
* Updates to media_player logic
* add default_factory, change registered_platforms to set
* Improve test coverage
* Add snapshot test for media_player platform
* fix token parse error
* Parametrize media player test
* Add PS3 support
* Add PS3 support
* Add concurrent console support
* Adjust psnawp rate limit
* Convert to package PlatformType
* Update dependency to PSNAWP==3.0.0
* small improvements
* Add PlayStation PC Support
* Refactor active sessions list
* shift async logic to helper
* Implemented suggested changes
* Suggested changes
* Updated tests
* Suggested changes
* Fix test
* Suggested changes
* Suggested changes
* Update config_flow tests
* Group remaining api call in single executor
---------
Co-authored-by: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
6
requirements_test_all.txt
generated
6
requirements_test_all.txt
generated
@@ -24,6 +24,9 @@ HATasmota==0.10.0
|
||||
# homeassistant.components.mastodon
|
||||
Mastodon.py==2.0.1
|
||||
|
||||
# homeassistant.components.playstation_network
|
||||
PSNAWP==3.0.0
|
||||
|
||||
# homeassistant.components.doods
|
||||
# homeassistant.components.generic
|
||||
# homeassistant.components.image_upload
|
||||
@@ -1899,6 +1902,9 @@ pyrail==0.4.1
|
||||
# homeassistant.components.rainbird
|
||||
pyrainbird==6.0.1
|
||||
|
||||
# homeassistant.components.playstation_network
|
||||
pyrate-limiter==3.7.0
|
||||
|
||||
# homeassistant.components.risco
|
||||
pyrisco==0.6.7
|
||||
|
||||
|
Reference in New Issue
Block a user