Custom component for Home Assistant that monitors websites. based on https://github.com/mvdwetering/websitechecker
Didn't make many changes, but am continuing to develop.
This is mostly to monitor my websites and other online services. Based this off mvdwetering as thought it was great for me to learn custom components for Home Assistant.
OK - Websites must return a HTTP request with response code < 500 Down - No response code or response code 0 Problematic - Response code >= 500
- Add this repository https://github.com/bmelim/websitemonitor to HACS
- Install the integration from within HACS
- Add
website_monitor:
toconfiguration.yaml
and add some URLs to check - Restart Home Assistant.
websitemonitor:
websites:
- url: https://labrat.io
name: Labrat.io
- url: https://google.com
name: Google
- Add service monitor (Other than website, such as servers or containers)
- Add config options