mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Documentation for new Mercedes me component (#4464)
* Documentation for new Mercedes me component * set ha_release and date to next version
This commit is contained in:
parent
5042e3b13f
commit
7f6f3cca86
20
source/_components/binary_sensor.mercedesme.markdown
Normal file
20
source/_components/binary_sensor.mercedesme.markdown
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Mercedes me Binary Sensor"
|
||||
description: "Instructions on how to integrate Mercedes me binary sensors into Home Assistant."
|
||||
date: 2018-01-27 17:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: mercedesme.png
|
||||
ha_category: Binary Sensor
|
||||
ha_iot_class: "Cloud polling"
|
||||
ha_release: 0.63
|
||||
---
|
||||
|
||||
The `Mercedes me` platform allows you to get data from your [Mercedes me connected car](https://www.mercedes-benz.com/en/mercedes-me/) sensors like windows, doors, lock, tire warnings from within Home Assistant.
|
||||
|
||||
They will be automatically discovered if the Mercedes me component is loaded.
|
||||
|
||||
For more configuration information see the [Mercedes me component](/components/mercedes me/) documentation.
|
19
source/_components/device_tracker.mercedesme.markdown
Normal file
19
source/_components/device_tracker.mercedesme.markdown
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Mercedes me"
|
||||
description: "Instructions on for how to integrate Mercedes me into Home Assistant."
|
||||
date: 2018-01-27 10:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: mercedesme.png
|
||||
ha_category: Presence Detection
|
||||
ha_release: 0.63
|
||||
---
|
||||
|
||||
The `Mercedes me` platform allows you to get data about the location of your [Mercedes me connected car](https://www.mercedes-benz.com/en/mercedes-me/) car within Home Assistant.
|
||||
|
||||
The device tracker platform will be automatically configured if Mercedes me component is configured.
|
||||
|
||||
For more configuration information see the [Mercedes me component](/components/mercedesme/) documentation.
|
48
source/_components/mercedesme.markdown
Normal file
48
source/_components/mercedesme.markdown
Normal file
@ -0,0 +1,48 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Mercedes me"
|
||||
description: "Instructions on how to integrate Mercedes car with Mercedes me into Home Assistant."
|
||||
date: 2018-01-27 17:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: mercedesme.png
|
||||
ha_category: Hub
|
||||
ha_release: 0.63
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
|
||||
The `Mercedes me` component offers integration with the [Mercedes me](https://www.mercedes-benz.com/de/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
|
||||
|
||||
To use Mercedes me in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# 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 %}
|
20
source/_components/sensor.mercedesme.markdown
Normal file
20
source/_components/sensor.mercedesme.markdown
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Mercedes me Sensor"
|
||||
description: "Instructions on how to integrate Mercedes me sensors into Home Assistant."
|
||||
date: 2018-01-27 17:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: mercedesme.png
|
||||
ha_category: Sensor
|
||||
ha_iot_class: "Cloud Push"
|
||||
ha_release: 0.63
|
||||
---
|
||||
|
||||
The `Mercedes me` platform allows you to get data from your [Mercedes me connected car](https://www.mercedes-benz.com/en/mercedes-me/) sensors from within Home Assistant.
|
||||
|
||||
The sensor platform will be automatically configured if Mercedes me component is configured.
|
||||
|
||||
For more configuration information see the [Mercedes me component](/components/mercedesme/) documentation.
|
BIN
source/images/supported_brands/mercedesme.png
Normal file
BIN
source/images/supported_brands/mercedesme.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
Loading…
x
Reference in New Issue
Block a user