Digital Ocean Binary Sensor


The digital_ocean binary sensor platform allows you to monitor your Digital Ocean droplets.

To use your Digital Ocean droplets, you first have to set up your Digital Ocean hub and then add the following to your configuration.yaml file:

# Example configuration.yaml entry
binary_sensor:
  - platform: digital_ocean
    droplets:
      - 'fedora-512mb-nyc3-01'
      - 'coreos-512mb-nyc3-01'

Configuration variables:

  • droplets (Required): List of droplets you want to control.