From 2c546ada1ff746274128404c3bf8c42ef7ed57b8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 6 Apr 2020 06:25:46 -0500 Subject: [PATCH] Remove hass_url_override config from Rachio (#12708) Users should configure their `base_url` in the `http` integration instead. --- source/_integrations/rachio.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_integrations/rachio.markdown b/source/_integrations/rachio.markdown index 949d35c92c9..07d4696d34d 100644 --- a/source/_integrations/rachio.markdown +++ b/source/_integrations/rachio.markdown @@ -43,10 +43,6 @@ api_key: description: The API key for the Rachio account. required: true type: string -hass_url_override: - description: If your instance is unaware of its actual web location (`base_url`). - required: false - type: string manual_run_mins: description: For how long, in minutes, to turn on a station when the switch is enabled. required: false