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.
- Install the statuscake custom component
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
Your StatusCake username.
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".