Skip to content

Commit

Permalink
Add support for older models of Eagle (home-assistant#10955)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcalbert authored Feb 17, 2020
1 parent 2dcb95b commit 7bd56c8
Showing 1 changed file with 7 additions and 6 deletions.
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 %}

0 comments on commit 7bd56c8

Please sign in to comment.