Skip to content

Add support for older models of Eagle #10955

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

Merged
merged 1 commit into from
Feb 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions source/_integrations/rainforest_eagle.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Rainforest Eagle-200
description: Instructions on how to setup the Rainforest Eagle-200 with Home Assistant.
title: "Rainforest Eagle"
description: "Instructions on how to setup the Rainforest Eagle with Home Assistant."
logo: rainforest_automation_logo.png
ha_category:
- Energy
Expand All @@ -11,7 +11,8 @@ ha_codeowners:
- '@gtdiehl'
---

A `sensor` platform for the [Rainforest Eagle-200](https://rainforestautomation.com/rfa-z114-eagle-200/) energy gateway.
A `sensor` platform for the Rainforest Automation's [Eagle-200](https://rainforestautomation.com/rfa-z114-eagle-200/)
and [Legacy Eagle](https://rainforestautomation.com/support/rfa-z109-eagle-support/) energy gateways.

## Configuration

Expand All @@ -28,15 +29,15 @@ sensor:

{% configuration %}
ip_address:
description: The local IP address of your Eagle-200 device.
description: The local IP address of your Eagle device.
required: true
type: string
cloud_id:
description: The Cloud ID that is printed on the bottom of the Eagle-200
description: The Cloud ID that is printed on the bottom of the Eagle
required: true
type: string
install_code:
description: The Install Code that is printed on the bottom of the Eagle-200
description: The Install Code that is printed on the bottom of the Eagle
required: true
type: string
{% endconfiguration %}