-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Updated documentation with new sensor #4094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
source/_components/rainbird.markdown
Outdated
footer: true | ||
logo: rainbird.png | ||
ha_category: Hub | ||
ha_release: 0.57 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to updated after the merging in the main repo.
source/_components/rainbird.markdown
Outdated
```yaml | ||
rainbird: | ||
host: '1.1.1.1' | ||
password: 'XXXXXXX' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use two spaces for indent.
sensor: | ||
- platform: rainbird | ||
monitored_conditions: | ||
- rainsensor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong indent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The line with - rainsensor
needs two more spaces in front of it.
# Example configuration.yaml entry | ||
sensor: | ||
- platform: rainbird | ||
monitored_conditions: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation is off here, but lets drop this anyway and show only the minimal config.
footer: true | ||
logo: rainbird.png | ||
ha_category: Hub | ||
ha_release: 0.57 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.61
source/_components/rainbird.markdown
Outdated
footer: true | ||
logo: rainbird.png | ||
ha_category: Hub | ||
ha_release: 0.59.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.61
source/_components/rainbird.markdown
Outdated
|
||
Configuration variables: | ||
|
||
- **stickip** (*Required*): The IP address of your LNK WiFi Module. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be **host**
. Looks like an mistake from the old docs.
Description:
Added rainsensor
Pull request in home-assistant (if applicable): home-assistant/core#11023
Checklist:
current
. New documentation for platforms/components and features should go tonext
.