Move to Car category (#6170)

* Move to Car category

* Move to Car category
This commit is contained in:
Fabian Affolter 2018-09-02 22:57:53 +02:00 committed by GitHub
parent adba00c68e
commit 6867750560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 39 additions and 27 deletions

View File

@ -8,12 +8,12 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: mercedesme.png logo: mercedesme.png
ha_category: Binary Sensor ha_category: Car
ha_iot_class: "Cloud polling" ha_iot_class: "Cloud polling"
ha_release: 0.63 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. They will be automatically discovered if the Mercedes me component is loaded.

View File

@ -1,6 +1,6 @@
--- ---
layout: page layout: page
title: "MyChevy Binary Sensors" title: "MyChevy Binary Sensor"
description: "Instructions on how to integrate Chevy Bolt binary sensors car into Home Assistant." description: "Instructions on how to integrate Chevy Bolt binary sensors car into Home Assistant."
date: 2017-08-28 17:00 date: 2017-08-28 17:00
sidebar: true sidebar: true
@ -8,9 +8,14 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: chevy.png logo: chevy.png
ha_category: Binary Sensor ha_category: Car
ha_release: 0.62 ha_release: 0.62
ha_iot_class: "Cloud Polling" 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.

View File

@ -8,11 +8,11 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: mercedesme.png logo: mercedesme.png
ha_category: Presence Detection ha_category: Car
ha_release: 0.63 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. The device tracker platform will be automatically configured if Mercedes me component is configured.

View File

@ -8,7 +8,7 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: mercedesme.png logo: mercedesme.png
ha_category: Hub ha_category: Car
ha_release: 0.63 ha_release: 0.63
ha_iot_class: "Cloud Polling" ha_iot_class: "Cloud Polling"
--- ---

View File

@ -8,12 +8,12 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: chevy.png logo: chevy.png
ha_category: Hub ha_category: Car
ha_release: 0.62 ha_release: 0.62
ha_iot_class: "Cloud Polling" 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: This component provides the following platforms:
@ -33,21 +33,21 @@ mychevy:
{% configuration %} {% configuration %}
username: username:
description: The email address associated with your my.chevrolet account. description: The email address associated with your my.chevrolet account.
required: true required: true
type: string type: string
password: password:
description: The password for your given my.chevrolet account. description: The password for your given my.chevrolet account.
required: true required: true
type: string type: string
{% endconfiguration %} {% 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. The architecture of the GM automotive networking imposes some limitations on the functionality of the component.

View File

@ -8,12 +8,12 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: mercedesme.png logo: mercedesme.png
ha_category: Sensor ha_category: Car
ha_iot_class: "Cloud Push" ha_iot_class: "Cloud Push"
ha_release: 0.63 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. The sensor platform will be automatically configured if Mercedes me component is configured.

View File

@ -1,6 +1,6 @@
--- ---
layout: page layout: page
title: "MyChevy Sensors" title: "MyChevy Sensor"
description: "Instructions on how to integrate Chevy Bolt sensors car into Home Assistant." description: "Instructions on how to integrate Chevy Bolt sensors car into Home Assistant."
date: 2017-08-28 17:00 date: 2017-08-28 17:00
sidebar: true sidebar: true
@ -8,9 +8,15 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: chevy.png logo: chevy.png
ha_category: Sensor ha_category: Car
ha_release: 0.62 ha_release: 0.62
ha_iot_class: "Cloud Polling" 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.

View File

@ -8,14 +8,15 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: torque.png logo: torque.png
ha_category: Transport ha_category: Car
ha_release: "0.10" ha_release: "0.10"
ha_iot_class: "Cloud Polling" 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. 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. To use Torque sensors with your installation, you must configure both the Torque mobile application and Home Assistant.
### {% linkable_title Torque application %} ### {% linkable_title Torque application %}
@ -34,7 +35,7 @@ Under the **Realtime Web Upload** header:
- Enter an email address in **User Email Address**. - 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. - 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: Add the following to your `configuration.yaml` file: