mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-09 00:55:34 +00:00
Closes #748 - Move Rachio to Integrations
This commit is contained in:
parent
293edad13e
commit
ab8d2065b4
@ -1,37 +1,17 @@
|
|||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
# @CCOSTAN
|
# @CCOSTAN
|
||||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
# 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:
|
sensor:
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
state_topic: "ifttt/rachio/watering_time"
|
state_topic: "ifttt/rachio/watering_time"
|
||||||
name: "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:
|
automation:
|
||||||
###################################
|
###################################
|
||||||
## LOG IFTTT Stuff - Rachio
|
## LOG IFTTT Stuff - Rachio
|
||||||
@ -46,11 +26,6 @@ automation:
|
|||||||
action: IFTTT_Rachio
|
action: IFTTT_Rachio
|
||||||
|
|
||||||
action:
|
action:
|
||||||
- service: logbook.log
|
|
||||||
data:
|
|
||||||
name: "Rachio Sprinkler:"
|
|
||||||
message: "The Lawn was watered just now."
|
|
||||||
|
|
||||||
- service: mqtt.publish
|
- service: mqtt.publish
|
||||||
data_template:
|
data_template:
|
||||||
payload: '{{ states("sensor.date") }}'
|
payload: '{{ states("sensor.date") }}'
|
||||||
|
@ -56,7 +56,6 @@ wink_username: user@email.com
|
|||||||
wink_password: password
|
wink_password: password
|
||||||
uv_mate_key: 933ecdfb-BurnBabyBurn-8237j2d
|
uv_mate_key: 933ecdfb-BurnBabyBurn-8237j2d
|
||||||
uv_mate_resource: https://uvimate.herokuapp.com/api/getUVI/82.6341/-83.0211
|
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_username: user@email.com
|
||||||
skybell_password: password
|
skybell_password: password
|
||||||
travis_api: THISisTheMostSecureAPIKeyEva
|
travis_api: THISisTheMostSecureAPIKeyEva
|
||||||
|
Loading…
x
Reference in New Issue
Block a user