This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
789073384b
core
/
tests
/
components
/
myuplink
/
const.py
5 lines
81 B
Python
Raw
Normal View
History
Unescape
Escape
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 09:56:06 +00:00
"""
Constants for myuplink tests.
"""
Add empty line after module docstring (3) (#112750)
2024-03-08 19:38:34 +00:00
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 09:56:06 +00:00
CLIENT_ID
=
"
12345
"
CLIENT_SECRET
=
"
67890
"