core/homeassistant
Matrix e0154d6fb1
Add YoLink product integration (#69167)
* add yolink integration with door sensor

* Add test flow and update .coveragerc

* Yolink integration Bug fix

* resovle test flow

* issues resolve

* issues resolve

* issues resolve

* resolve issues

* issues resolve

* issues resolve

* change .coveragerc and test_flow

* Update yolink api version

* add test for config entry

* change config flow and add test cases

* remove config entry data

* Add token check for re-auth test flow

* fix test flow issues

* Add application credentials

* Add alias for application_credentials

* support application credentials and cloud account linking

* fix suggest change
2022-05-17 09:59:39 +02:00
..
auth
backports
components Add YoLink product integration (#69167) 2022-05-17 09:59:39 +02:00
generated Add YoLink product integration (#69167) 2022-05-17 09:59:39 +02:00
helpers Support requesting translations for multiple integrations in a single request (#71979) 2022-05-17 01:23:11 -05:00
scripts Refactor logbook to reduce overhead and complexity (#71509) 2022-05-08 21:47:26 -07:00
util Small cleanups to find_next_time_expression and addition of tests (#71845) 2022-05-14 12:13:32 -07:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py
config.py Add Show logs URL to integration errors notification (#71142) 2022-05-01 16:14:30 -07:00
config_entries.py
const.py Remove entity category system in favor of hidden_by (#68550) 2022-05-02 09:33:16 -07:00
core.py Guard expensive `cast`s in performance sensitive spots with `if TYPE_CHECKING` (#71960) 2022-05-16 21:15:04 +02:00
data_entry_flow.py
exceptions.py
loader.py Allow custom integrations to support application_credentials platform (#71129) 2022-05-01 16:26:22 -07:00
package_constraints.txt Update frontend to 20220516.0 (#71964) 2022-05-16 21:41:43 +02:00
requirements.py
runner.py
setup.py
strings.json