1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/songpal
Xiaonan Shen 8994931ec4
Songpal code and test improvement (#35318)
* Use tests.async_mock instead of asynctest

* Remove unnecessary existence check

* Improve songpal service registering

* Add tests

* Seperate device api from entity api

* Improve disconnect log messages

* Improve tests

* Rename SongpalDevice to SongpalEntity

* Improve reconnecting

* Remove logging and sleep patch from tests

* Test unavailable state when disconnected

* Rename SongpalEntity.dev to _dev

* Add quality scale to manifest
2020-05-09 22:30:34 -04:00
..
__init__.py Add config flow support to songpal integration (#34714) 2020-05-07 00:52:33 +02:00
config_flow.py Add config flow support to songpal integration (#34714) 2020-05-07 00:52:33 +02:00
const.py Add config flow support to songpal integration (#34714) 2020-05-07 00:52:33 +02:00
manifest.json Songpal code and test improvement (#35318) 2020-05-09 22:30:34 -04:00
media_player.py Songpal code and test improvement (#35318) 2020-05-09 22:30:34 -04:00
services.yaml Add prettier (in pre-commit and CI) (#33693) 2020-04-05 17:27:16 +02:00
strings.json Add config flow support to songpal integration (#34714) 2020-05-07 00:52:33 +02:00