From f40c95adcdd957065980e375509608b8e656ba6a Mon Sep 17 00:00:00 2001 From: Daniel Shokouhi Date: Mon, 5 Oct 2020 15:04:30 -0700 Subject: [PATCH] Update readme push_url link after refactor (#1010) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 835765f45..ac3c40750 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If you get stuck while setting up your own environment, you can ask questions in ### Push Notifications -If you want to work on push notifications or use a development build with push notifications please go the server side code [HERE](https://github.com/home-assistant/mobile-apps-fcm-push) and deploy it to your firebase project. Once you have your androidV1 URL to the deployed service, exchange that for your local builds [PUSH_URL](https://github.com/home-assistant/android/blob/master/data/src/main/java/io/homeassistant/companion/android/data/integration/IntegrationRepositoryImpl.kt#L42). +If you want to work on push notifications or use a development build with push notifications please go the server side code [HERE](https://github.com/home-assistant/mobile-apps-fcm-push) and deploy it to your firebase project. Once you have your androidV1 URL to the deployed service, exchange that for your local builds [PUSH_URL](https://github.com/home-assistant/android/blob/master/common/src/main/java/io/homeassistant/companion/android/common/data/integration/impl/IntegrationRepositoryImpl.kt#L43). ## App Flavors