hass-core/tests/components/myuplink/const.py
Åke Strandberg 8376c07969
Add myuplink diagnostics download (#109925)
* Dump all relevant data from API

* Cleanup and adjust

* Redact serialNumber

* WIP

* Add fixtures

* WIP

* Tests for diagnostics completed

* Address review comments

* Change to fake token

* Add missed redact

* Improve mocks

* Resolve review comments
2024-02-12 10:56:06 +01:00

3 lines
80 B
Python

"""Constants for myuplink tests."""
CLIENT_ID = "12345"
CLIENT_SECRET = "67890"