From ab8d2065b43294cd49aa4169a35a19f70e8e2d75 Mon Sep 17 00:00:00 2001 From: ccostan Date: Sat, 23 May 2020 16:22:46 -0400 Subject: [PATCH] Closes #748 - Move Rachio to Integrations --- config/packages/rachio.yaml | 29 ++--------------------------- config/travis_secrets.yaml | 1 - 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/config/packages/rachio.yaml b/config/packages/rachio.yaml index 3d31aebb..e5cab0fa 100755 --- a/config/packages/rachio.yaml +++ b/config/packages/rachio.yaml @@ -1,37 +1,17 @@ #------------------------------------------- # @CCOSTAN # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# Neato Support for D7 Connected Botvac - control my [Neato Vacuum](http://amzn.to/2kqnnqu) with Home Assistant. +# Rachio Sprinkler system Support #------------------------------------------- ###################################################################### -## [Rachio Sprinkler system](http://amzn.to/2eoPKBW) - Smart Sprinkler controller +## [Rachio Sprinkler system](https://amzn.to/2eoPKBW) - Smart Sprinkler controller ###################################################################### -homeassistant: - customize_glob: - "*.rachio*": - homebridge_hidden: True - hidden: False - -#------------------------------------------- -rachio: - api_key: !secret rachio_api sensor: - platform: mqtt state_topic: "ifttt/rachio/watering_time" name: "Rachio_watering_time" -group: - rachio: - entities: - - sensor.rachio_watering_time - - binary_sensor.carlorachio_online - - switch.carlorachio_in_standby_mode - - switch.backyard_shrubs - - switch.front_lawn - - switch.left_side_house - - switch.front_hedges_right_side_house - automation: ################################### ## LOG IFTTT Stuff - Rachio @@ -46,11 +26,6 @@ automation: action: IFTTT_Rachio action: - - service: logbook.log - data: - name: "Rachio Sprinkler:" - message: "The Lawn was watered just now." - - service: mqtt.publish data_template: payload: '{{ states("sensor.date") }}' diff --git a/config/travis_secrets.yaml b/config/travis_secrets.yaml index 707cfe4c..3d28a370 100755 --- a/config/travis_secrets.yaml +++ b/config/travis_secrets.yaml @@ -56,7 +56,6 @@ wink_username: user@email.com wink_password: password uv_mate_key: 933ecdfb-BurnBabyBurn-8237j2d uv_mate_resource: https://uvimate.herokuapp.com/api/getUVI/82.6341/-83.0211 -rachio_api: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx skybell_username: user@email.com skybell_password: password travis_api: THISisTheMostSecureAPIKeyEva