mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +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
|
title: "Rainforest Eagle"
|
||||||
description: Instructions on how to setup the Rainforest Eagle-200 with Home Assistant.
|
description: "Instructions on how to setup the Rainforest Eagle with Home Assistant."
|
||||||
logo: rainforest_automation_logo.png
|
logo: rainforest_automation_logo.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Energy
|
- Energy
|
||||||
@ -11,7 +11,8 @@ ha_codeowners:
|
|||||||
- '@gtdiehl'
|
- '@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
|
## Configuration
|
||||||
|
|
||||||
@ -28,15 +29,15 @@ sensor:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
ip_address:
|
ip_address:
|
||||||
description: The local IP address of your Eagle-200 device.
|
description: The local IP address of your Eagle device.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
cloud_id:
|
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
|
required: true
|
||||||
type: string
|
type: string
|
||||||
install_code:
|
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
|
required: true
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user