/google-home-oref-alerts

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Google Home Oref Alerts - Missle alerts from Israeli Home front.

Setup

  1. npm install
  2. Set the ALERT_ZONES constant to the areas from which you want to get the alerts, you can get your area name from here.
const ALERT_ZONES = [
	'תל אביב - דרום העיר ויפו',
	'חולון'
];
  1. Get the Google Home IP adresses and update them in GOOGLE_HOME_IPS constant:
const GOOGLE_HOMES_IPS = [
	'192.168.0.87',
	'192.168.0.94'
];

General Information

Google Home Oref Alerts should run all the time in order for alerts to go off, it should run on the same LAN as the Google Home clients.

I hope you won't get any alerts ♥️