1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-08-06 05:14:06 +01:00
Files
frontend/src/cast/dev_const.ts
T
Bram Kragten b37a0e2d43 Align styling cast buttons (#3579)
* Align styling cast buttons

* Split dev constants

* Ignore dev_const

* Update README.md
2019-09-03 12:56:11 +02:00

8 lines
347 B
TypeScript

// Replace this with your own unpublished cast app that points at your local dev
export const CAST_DEV_APP_ID = "5FE44367";
// Chromecast SDK will only load on localhost and HTTPS
// So during local development we have to send our dev IP address,
// but then run the UI on localhost.
export const CAST_DEV_HASS_URL = "http://192.168.1.234:8123";