Skip to content

osh123/google-home-oref-alerts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ♥️

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published