diff --git a/source/_integrations/rainbird.markdown b/source/_integrations/rainbird.markdown index d39ddddb310..e7b606e0c77 100644 --- a/source/_integrations/rainbird.markdown +++ b/source/_integrations/rainbird.markdown @@ -25,7 +25,7 @@ This `rainbird` integration allows interacting with [LNK WiFi](https://www.rainb There is currently support for the following device types within Home Assistant: - [Binary Sensor](#binary-sensor) -- [Sensor](#sensor) +- [Number](#number) - [Switch](#switch) {% include integrations/config_flow.md %} @@ -39,10 +39,9 @@ will run when turning on a zone switch (default is 6 minutes). This can be overr The `rainsensor` sensor will tell if you if the device has detected rain. -## Sensor +## Number -The `raindelay` sensor reports the number of days, if any, the automatic irrigation schedule -has been delayed. +The Rain Delay Number Entity lets you set and view the number of days, if any, the automatic irrigation schedule has been delayed. ## Switch @@ -75,14 +74,4 @@ automation: data: entity_id: switch.rain_bird_sprinkler_1 duration: 5 -``` - -### `rainbird.set_rain_delay` - -Sets the number of days to disable automatic irrigation. This service accepts a target of -a Rain Bird config entry. - -| Service Data Attribute | Optional | Description | -| ---------------------- | -------- | ------------------------------------------------------ | -| `config_entry` | no | The configuration entry id for the rainbird controller | -| `duration` | no | Number of days for the device to be turned off. | +``` \ No newline at end of file