Merge branch 'current' into next

This commit is contained in:
Paulus Schoutsen 2018-02-10 14:02:39 -08:00
commit ad6700863a
6 changed files with 713 additions and 94 deletions

View file

@ -22,7 +22,7 @@ This component provides the following platforms:
- Device tracker - to track location of your car
<p class='note warning'>
The component can integrate cars out of the European and African markets only.
The component can integrate cars from European and African markets only.
</p>
To use Mercedes me in your installation, add the following to your `configuration.yaml` file:

View file

@ -14,6 +14,10 @@ ha_release: 0.27
The `html5` notification platform enables you to receive push notifications to Chrome or Firefox, no matter where you are in the world. `html5` also supports Chrome and Firefox on Android, which enables native-app-like integrations without actually needing a native app.
<p class='note'>
HTML5 push notifications **do not** work on iOS.
</p>
To enable this platform, add the following lines to your `configuration.yaml` file:
```yaml