mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00

* Add tests to Lidarr * fix js files * take out the trash * fix 3.9 * uno mas * fix fixture * ruff * Update const.py --------- Co-authored-by: Erik Montnemery <erik@montnemery.com>
12 lines
298 B
JavaScript
12 lines
298 B
JavaScript
window.Lidarr = {
|
|
apiRoot: '/api/v1',
|
|
apiKey: '1234567890abcdef1234567890abcdef',
|
|
release: '10.0.0.34882-develop',
|
|
version: '10.0.0.34882',
|
|
instanceName: 'Lidarr',
|
|
branch: 'nightly',
|
|
analytics: true,
|
|
userHash: 'abcd1234',
|
|
urlBase: '',
|
|
isProduction: true
|
|
}; |