mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Move to Car category (#6170)
* Move to Car category * Move to Car category
This commit is contained in:
parent
adba00c68e
commit
6867750560
@ -8,12 +8,12 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: mercedesme.png
|
||||
ha_category: Binary Sensor
|
||||
ha_category: Car
|
||||
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.
|
||||
The `mercedesme` 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.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: page
|
||||
title: "MyChevy Binary Sensors"
|
||||
title: "MyChevy Binary Sensor"
|
||||
description: "Instructions on how to integrate Chevy Bolt binary sensors car into Home Assistant."
|
||||
date: 2017-08-28 17:00
|
||||
sidebar: true
|
||||
@ -8,9 +8,14 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: chevy.png
|
||||
ha_category: Binary Sensor
|
||||
ha_category: Car
|
||||
ha_release: 0.62
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
For configuration instructions, see [main component config](/components/mychevy/).
|
||||
The `mychevy` binary sensor platform allows you to monitor your Chevy Bolt car from within Home Assistant.
|
||||
|
||||
The binary sensor platform will be automatically configured if the `mychevy` component is configured.
|
||||
|
||||
For configuration instructions, see the [`mychevy` component](/components/mychevy/) documentation.
|
||||
|
||||
|
@ -8,11 +8,11 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: mercedesme.png
|
||||
ha_category: Presence Detection
|
||||
ha_category: Car
|
||||
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 `mercedesme` 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.
|
||||
|
||||
|
@ -8,7 +8,7 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: mercedesme.png
|
||||
ha_category: Hub
|
||||
ha_category: Car
|
||||
ha_release: 0.63
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
@ -8,12 +8,12 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: chevy.png
|
||||
ha_category: Hub
|
||||
ha_category: Car
|
||||
ha_release: 0.62
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
The `MyChevy` component communicates with the [my.chevrolet](https://my.chevrolet.com) website using selenium to log in as your user, and screen scrape the data provided. GM does not make it easy to sign up for any official development program, so this provides a workaround to get access to your data.
|
||||
The `mychevy` component communicates with the [my.chevrolet](https://my.chevrolet.com) website using selenium to log in as your user and screen scrape the data provided. GM does not make it easy to sign up for any official development program, so this provides a workaround to get access to your data.
|
||||
|
||||
This component provides the following platforms:
|
||||
|
||||
@ -33,21 +33,21 @@ mychevy:
|
||||
|
||||
{% configuration %}
|
||||
username:
|
||||
description: The email address associated with your my.chevrolet account.
|
||||
required: true
|
||||
type: string
|
||||
description: The email address associated with your my.chevrolet account.
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: The password for your given my.chevrolet account.
|
||||
required: true
|
||||
type: string
|
||||
description: The password for your given my.chevrolet account.
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
|
||||
#### {% linkable_title Installation %}
|
||||
### {% linkable_title Installation %}
|
||||
|
||||
Because this uses selenium behind the scenes, installation is more complicated than merely pip install. See the [installation instructions](https://github.com/sdague/mychevy).
|
||||
Because this uses selenium behind the scenes, installation is more complicated than merely `pip` install. See the [installation instructions](https://github.com/sdague/mychevy).
|
||||
|
||||
#### {% linkable_title Limitations %}
|
||||
### {% linkable_title Limitations %}
|
||||
|
||||
The architecture of the GM automotive networking imposes some limitations on the functionality of the component.
|
||||
|
||||
|
@ -8,12 +8,12 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: mercedesme.png
|
||||
ha_category: Sensor
|
||||
ha_category: Car
|
||||
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 `mercedesme` sensor 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.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: page
|
||||
title: "MyChevy Sensors"
|
||||
title: "MyChevy Sensor"
|
||||
description: "Instructions on how to integrate Chevy Bolt sensors car into Home Assistant."
|
||||
date: 2017-08-28 17:00
|
||||
sidebar: true
|
||||
@ -8,9 +8,15 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: chevy.png
|
||||
ha_category: Sensor
|
||||
ha_category: Car
|
||||
ha_release: 0.62
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
For configuration instructions, see [main component config](/components/mychevy/).
|
||||
|
||||
The `mychevy` sensor platform allows you to monitor your Chevy Bolt car from within Home Assistant.
|
||||
|
||||
The sensor platform will be automatically configured if the `mychevy` component is configured.
|
||||
|
||||
For configuration instructions, see the [`mychevy` component](/components/mychevy/) documentation.
|
||||
|
||||
|
@ -8,14 +8,15 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: torque.png
|
||||
ha_category: Transport
|
||||
ha_category: Car
|
||||
ha_release: "0.10"
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
The `torque` platform will allow you to monitor [Torque](http://torque-bhp.com/) data relayed from a Bluetooth OBD2 stick via the Torque mobile application.
|
||||
|
||||
## {% linkable_title Configuration %}
|
||||
## {% linkable_title Setup %}
|
||||
|
||||
To use Torque sensors with your installation, you must configure both the Torque mobile application and Home Assistant.
|
||||
|
||||
### {% linkable_title Torque application %}
|
||||
@ -34,7 +35,7 @@ Under the **Realtime Web Upload** header:
|
||||
- Enter an email address in **User Email Address**.
|
||||
- Optionally set the **Web Logging Interval**. The 2-second default may quickly fill up the Home Assistant history database.
|
||||
|
||||
### {% linkable_title Home Assistant %}
|
||||
### {% linkable_title Configuration %}
|
||||
|
||||
Add the following to your `configuration.yaml` file:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user