home-assistant.io/source/_components/ohmconnect.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.4 KiB

title, description, logo, ha_category, ha_iot_class, ha_release, redirect_from
title description logo ha_category ha_iot_class ha_release redirect_from
OhmConnect Documentation about the OhmConnect sensor. ohmconnect.png
Energy
Cloud Polling 0.26
/components/sensor.ohmconnect/

The ohmconnect sensor will show you the current OhmConnect status for the given OhmConnect ID.

OhmConnect monitors real-time conditions on the electricity grid. When dirty and unsustainable power plants turn on, our users receive a notification to save energy. By saving energy at that time, California does not have to turn on additional power plants and California's energy authorities pay you for that.

Configuration

You can find your OhmConnect ID under "Open Source Projects" on the settings page. It's the string after the last / in the URL, e.g., for the URL https://login.ohmconnect.com/verify-ohm-hour/AbCd1e your ID is AbCd1e.

To enable the OhMConnect sensor, add the following lines to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: ohmconnect
    id: YOUR_OHMCONNECT_ID

{% configuration %} id: description: Your OhmConnect ID. required: true type: string name: description: A name to display on the sensor. required: false default: OhmConnect Status type: string {% endconfiguration %}