Skip to content

snicker/skydrop_hass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkydropHASS

This is the Skydrop integration for HomeAssistant!

Currently supported features

  • enable/disable controllers
  • enable/disable zones
  • start/stop watering on individual zones
  • API data is rendered as attributes on sensors and switches if additional sensors are needed

Installation

Install from HACS by adding this repository as a custom repository.

Configuration

First, you'll need to request API access. From the Skydrop API Docs:

Quick Steps Overview

  • Create a Skydrop login @ Skydrop Web Client then contact api@skydrop.com to initiate a discussion on granting API access.

  • After API access has been granted, login to Skydrop's API service @ Skydrop API

  • Once logged in, create a new application

  • Use the new application settings to access the Skydrop API

Once your application is created, you have two options:

1. UI Configuration

From the HomeAssistant Configuration panel:

  1. Select "Integrations".
  2. Click the "+" (add new integration) button.
  3. Search for "Skydrop" and select it.
  4. Enter your Client Key/ID from your application on the Skydrop API Portal, as well as your Client Secret
  5. Submit

After a moment, you should recieve the request to enter your "grant code" in the notification pane of HomeAssistant.

2. YAML Configuration

In your configuration.yaml (or other if you have split your configuration into packages):

skydrop:
    client_key: !secret <your client key/id from Skydrop>
    client_secret: !secret <your client secret from Skydrop>

After starting HomeAssistant, you should recieve the request to enter your "grant code" in the notification pane of HomeAssistant.

Skydrop Grant Code

Whether configuring from the UI or from YAML, you must enter your grant code.

This is achieved by following the steps of the Authorize your Application process of the Skydrop API documentation.

About

Skydrop integration for HomeAssistant

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages