From dc6ecd6a46c75f37c3aa724b087940497a6a7f18 Mon Sep 17 00:00:00 2001 From: ccostan Date: Sat, 7 Jul 2018 12:11:40 -0400 Subject: [PATCH] Updated for Rachio 0.73 - Added in switches and sensors. --- config/packages/rachio.yaml | 6 ++++++ config/switch/rachio.yaml.disabled | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100755 config/switch/rachio.yaml.disabled diff --git a/config/packages/rachio.yaml b/config/packages/rachio.yaml index 73305c8a..0fb5d76e 100755 --- a/config/packages/rachio.yaml +++ b/config/packages/rachio.yaml @@ -14,3 +14,9 @@ homeassistant: #------------------------------------------- rachio: api_key: !secret rachio_api + +binary_sensor: + - platform: rachio + +switch: + - platform: rachio diff --git a/config/switch/rachio.yaml.disabled b/config/switch/rachio.yaml.disabled deleted file mode 100755 index ccd7cf0c..00000000 --- a/config/switch/rachio.yaml.disabled +++ /dev/null @@ -1,6 +0,0 @@ -###################################################################### -## [Rachio Sprinkler system](http://amzn.to/2eoPKBW) - Smart Sprinkler controller -###################################################################### - -- platform: rachio - access_token: !secret rachio_api