mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 19:27: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
294 B
JavaScript
12 lines
294 B
JavaScript
window.Radarr = {
|
|
apiRoot: '/api/v3',
|
|
apiKey: '1234567890abcdef1234567890abcdef',
|
|
release: '4.0.3.5849-develop',
|
|
version: '4.0.3.5849',
|
|
instanceName: 'Radarr',
|
|
branch: 'nightly',
|
|
analytics: true,
|
|
userHash: 'abcd1234',
|
|
urlBase: '',
|
|
isProduction: true
|
|
}; |