Home

Awesome

<h1 align="center"> <a name="top">πŸ•š</a><br/>Doomsday Clock sensor<br/> <sup><sub>🏑 a <a href="https://www.home-assistant.io/">Home Assistant</a> custom component …for your fallout shelter? 😱</sub></sup> </h1>

GitHub Release Commits to be deployed Sensor Home Assistant Community Store Custom Updater Community Forum Maintainer All Contributors PRs Welcome License Tweet

Add support for the Doomsday Clock world threat assessment index from the Bulletin of the Atomic Scientists inside the Home Assistant open-source home automation platform.

<div align="center"> <p><strong>Be sure to <a href="#" title="star">⭐️</a> this repo if you find it useful! πŸ˜ƒ</strong></p> <figure> <div> <img src="./.github/screenshot-card.png" alt="Sensor state card" title="Sensor state card" width="325"> <img src="./.github/screenshot-details.png" alt="Sensor details" title="Sensor details" width="325"> </div> <figcaption> <p><strong>Sensor state card and details popup.</strong></p> </figcaption> </figure> </div> <p align="right"><a href="#top" title="Back to top">πŸ”</a></p>

Description πŸ•š

The Doomsday Clock helps monitor how close humanity is to a man-made global catastrophe, its own destruction if you will, either through nuclear war or climate change. Useful in case egocentric psychopaths keep on playing Russian roulette with humanity's future. Makes a great addition to your fallout shelter's Home Assistant build! 😱

<div align="center"> <figure> <div> <a href="https://www.youtube.com/watch?v=jCnWPbn-ZKo"><img src="http://img.youtube.com/vi/jCnWPbn-ZKo/maxresdefault.jpg" alt="Doomsday Clock description video by Vox" title="Doomsday Clock description video by Vox" width="400"></a> </div> <figcaption> <p><strong><a href="https://www.youtube.com/watch?v=jCnWPbn-ZKo">Doomsday Clock description video by <em>Vox</em>.</a></strong></strong></p> </figcaption> </figure> </div>

The clock doesn't change often, at most once a year, and offers no API. Since we rely on web scraping of TheBulletin.org the component has a goodwill throttle of 6 hours (21,600 seconds), but it would be best to set the scan interval for the sensor to 1 day (86,400 seconds) or more.

<p align="right"><a href="#top" title="Back to top">πŸ”</a></p>

Usage πŸ’» Home Assistant Community Store Custom Updater

To enable the Doomsday Clock sensor in your installation:

  1. Install the component using one of these methods:
    • Using HACS (Home Assistant Community Store):
      Add the following URL as a custom integration repository through the Community Store interface.
      https://github.com/renemarc/home-assistant-doomsday-clock
      
    • Using Custom Updater (now deprecated):
      Add the following to your configuration.yaml file.
      custom_updater:
        component_urls:
          - https://raw.githubusercontent.com/renemarc/home-assistant-doomsday-clock/master/tracker.json
      
    • Manually:
      Copy the folder /custom_components/doomsday_clock/ to your configuration's /custom_components/ directory (create it if needed).
  2. Add the sensor to your configuration.yaml file (see below ⬇️).
  3. Restart Home Assistant.
  4. Despair. 😭
  5. Tell your government representatives that you want to live in a healthy, peaceful world free from nuclear threats and fossil fuel pollution.
    πŸ•ŠπŸŒ±
    It's easy and fast, just find and tweet them using these free online lists:
<p align="right"><a href="#top" title="Back to top">πŸ”</a></p>

Configuration βš™

# Example configuration.yaml entry
sensor:
  - platform: doomsday_clock
    scan_interval: 86400
<p align="right"><a href="#top" title="Back to top">πŸ”</a></p>

Contributors ✨ All Contributors Community Forum

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore --> <table><tr><td align="center"><a href="https://renemarc.com/"><img src="https://avatars3.githubusercontent.com/u/13276793?v=4" width="100px;" alt="RenΓ©-Marc Simard"/><br /><sub><b>RenΓ©-Marc Simard</b></sub></a><br /><a href="https://github.com/renemarc/home-assistant-doomsday-clock/commits?author=renemarc" title="Code">πŸ’»</a> <a href="https://github.com/renemarc/home-assistant-doomsday-clock/commits?author=renemarc" title="Documentation">πŸ“–</a></td><td align="center"><a href="https://github.com/jamiepryer"><img src="https://avatars3.githubusercontent.com/u/48566948?v=4" width="100px;" alt="jamiepryer"/><br /><sub><b>jamiepryer</b></sub></a><br /><a href="https://github.com/renemarc/home-assistant-doomsday-clock/issues?q=author%3Ajamiepryer" title="Bug reports">πŸ›</a></td><td align="center"><a href="http://johntdyer.com"><img src="https://avatars3.githubusercontent.com/u/58234?v=4" width="100px;" alt="John Dyer"/><br /><sub><b>John Dyer</b></sub></a><br /><a href="#ideas-johntdyer" title="Ideas, Planning, & Feedback">πŸ€”</a></td></tr></table> <!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the all-contributors specification (emoji key available here). Found a bug, want to suggest an idea or share some improvements? Contributions of any kind are welcome! πŸ˜ƒ

<p align="right"><a href="#top" title="Back to top">πŸ”</a></p>

Thanks πŸ’•

<div align="center"> <figure> <div> <a href="https://www.youtube.com/watch?v=JxN70DYuPuA"><img src="https://media.giphy.com/media/xUOxfg0ESyhKOv4Vva/giphy.gif" alt="Bethesda's Fallout Vault Boy" title="Bethesda's Fallout Vault Boy in &quot;Atomics for Peace&quot;" width="200"></a> </div> <figcaption> <p><strong><a href="https://www.youtube.com/watch?v=JxN70DYuPuA" title="Bethesda's Fallout Vault Boy in &quot;Atomics for Peace&quot;">πŸ•ŠοΈ Make the world a better place! 🌱</a></strong></p> </figcaption> </figure> </div> <!-- Footer starts. --> <p align="right"><a href="#top" title="Back to top">πŸ”</a></p> <p align="right"><strong>Don't forget to <a href="#" title="star">⭐️</a> this repo! πŸ˜ƒ</strong></p> <!-- Footer ends. --> <!-- Image references. --> <!-- Link references. -->