home-assistant.io/source/_components/mercedesme.markdown
2018-02-13 17:05:15 +01:00

1.6 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Mercedes me Instructions on how to integrate Mercedes car with Mercedes me into Home Assistant. 2018-01-27 17:00 true false true true mercedesme.png Hub 0.63 Cloud Polling

The Mercedes me component offers integration with the Mercedes me cloud service and provides presence detection as well as sensors such as doors, tires, windows, and service interval.

This component provides the following platforms:

  • Binary Sensors - such as windows, tires, doors, lock
  • Sensors - such as fuel status, service interval, remaining km...
  • Device tracker - to track location of your car

The component can integrate cars from European and African markets only.

To use Mercedes me in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
mercedesme:
  username: email
  password: password

{% configuration %} username: description: The email address associated with your Mercedes me account. required: true type: string password: description: The password for your given Mercedes me account. required: true type: string scan_interval: description: API polling interval. The minimal value can't be less then 30 seconds. required: true default: 30 type: int {% endconfiguration %}

The requirement `lxml` has to be [installed](http://lxml.de/installation.html) manually `pip install lxml` on some devices.