mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-09 20:48:59 +00:00

* Reflect changes in Sense configuration Configuration options changed after #17645, this updates the documentation to reflect those changes. * ✏️ Tweaks
1.4 KiB
1.4 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Sense | Instructions on how to integrate Sense within Home Assistant. | 2018-01-11 13:50 | true | false | true | true | sense.png | Energy | Cloud Polling | 0.65 |
Integrate your Sense electricity meter information into Home Assistant.
{% linkable_title Configuration %}
To enable this integration in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sense:
email: CLIENT_ID
password: CLIENT_SECRET
In addition to binary sensors for individual devices, two types of sensors will be created with the following names:
- Active Usage/Production: Current active power usage/production in Watts. Updated every 1 minute.
- Daily/Weekly/Monthly/Yearly Usage/Production: Daily power usage/production in kWh. Updated every 5 minutes.
{% configuration %}
email:
description: The email associated with your Sense account/application.
required: true
type: string
password:
description: The password for your Sense account/application.
required: true
type: string
timeout:
description: Timeout for the connection in seconds.
required: false
default: 5
type: integer
{% endconfiguration %}
Full example:
# Example configuration.yaml entry
sense:
email: CLIENT_ID
password: CLIENT_SECRET
timeout: 5