Remove griddy integration (#16790)

This commit is contained in:
J. Nick Koston 2021-03-01 08:27:15 -06:00 committed by GitHub
parent 268f1fb25e
commit ca95243230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 53 deletions

View File

@ -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
```

View File

@ -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