bsmappee 570a022725
Update smappee.markdown with missing subscription note (#13895)
* readd the subscription note

* review subscription note
2020-07-03 11:11:41 +02:00

1.4 KiB

title, description, ha_category, ha_iot_class, ha_release, ha_config_flow, ha_codeowners, ha_domain
title description ha_category ha_iot_class ha_release ha_config_flow ha_codeowners ha_domain
Smappee Instructions on how to setup Smappee within Home Assistant.
Hub
Energy
Sensor
Switch
Cloud polling 0.64 true
@bsmappee
smappee

The Smappee integration will allow users to integrate their Smappee monitors, plugs and switches into Home Assistant using the official API.

Configuration

To use the Smappee integration you need a personal client_id and client_secret and add these to your configuration.yaml file. The client_id and client_secret can be obtained by contacting info@smappee.com and require a recurring monthly fee. For any information about the use of the API please refer to the Smappee API space.

# Example configuration.yaml entry
smappee:
  client_id: YOUR_CLIENT_ID
  client_secret: YOUR_CLIENT_SECRET

Once Home Assistant restarted, go to Configuration > Integrations and select the Smappee integration. You will be redirected to a login page and be able to select the locations you would like to use within Home Assistant.

{% configuration %} client_id: description: Your Smappee API client ID. required: true type: string client_secret: description: Your Smappee API client secret. required: true type: string {% endconfiguration %}