mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Remove griddy integration (#16790)
This commit is contained in:
parent
268f1fb25e
commit
ca95243230
@ -1,53 +0,0 @@
|
||||
---
|
||||
title: Griddy Power
|
||||
description: Instructions on how to integrate griddy real-time electricity prices into Home Assistant.
|
||||
ha_category:
|
||||
- Energy
|
||||
- Sensor
|
||||
ha_release: 0.107
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_config_flow: true
|
||||
ha_codeowners:
|
||||
- '@bdraco'
|
||||
ha_domain: griddy
|
||||
ha_platforms:
|
||||
- sensor
|
||||
---
|
||||
|
||||
The `griddy` integration allows you to integrate your [Griddy](https://griddy.com/) price data into Home Assistant.
|
||||
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- Sensor
|
||||
|
||||
## Prerequisites
|
||||
|
||||
You will need your Griddy Load Zone to use this module.
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
### Sensor
|
||||
|
||||
The current price for the Load Zone will appear as a sensor:
|
||||
|
||||
- LZ_XXXXX Price Now
|
||||
|
||||
### Example Automation
|
||||
|
||||
```yaml
|
||||
- id: '1572630019168'
|
||||
alias: "Stop Tesla Charging if Power Price Spikes"
|
||||
description: ""
|
||||
trigger:
|
||||
- above: '30'
|
||||
entity_id: sensor.lz_houston_price_now
|
||||
platform: numeric_state
|
||||
condition:
|
||||
- condition: zone
|
||||
entity_id: device_tracker.my_tesla
|
||||
zone: zone.home
|
||||
action:
|
||||
- service: switch.turn_off
|
||||
target:
|
||||
entity_id: switch.my_tesla_charger_switch
|
||||
```
|
@ -2285,3 +2285,4 @@
|
||||
/components/sensor.coinmarketcap /more-info/removed-integration 301
|
||||
/components/coinmarketcap /more-info/removed-integration 301
|
||||
/integrations/coinmarketcap /more-info/removed-integration 301
|
||||
/integrations/griddy /more-info/removed-integration 301
|
||||
|
Loading…
x
Reference in New Issue
Block a user