mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-07 17:36:50 +00:00
Add support for older models of Eagle (#10955)
This commit is contained in:
parent
2dcb95b5e0
commit
7bd56c81e0
@ -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
|
||||
@ -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
|
||||
|
||||
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user