Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 967 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 967 Bytes

statuscake

Build ZHA network topology map.

The statuscake binary sensor platform for Home Assistant allows you get the status for all of your monitors from your account on StatusCake.

Installation Instructions

  1. Install the statuscake custom component

Configuration

To enable the sensor, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
binary_sensor:
  - platform: statuscake
    api_user: YOUR_USERNAME
    api_key: YOUR_API_KEY

api_user, required, string:

Your StatusCake username.

api_key, required, string:

Your StatusCake API key.

To get your API key, go to My Account on the StatusCake website, at the bottom, under "Manage API Keys", you will find the "Default Key" or you can "Generate New Key".