Add Facebook Messenger notification support

This commit is contained in:
Fabian Affolter 2017-01-16 08:40:45 +01:00
parent 001fbbe9d3
commit ae54348a07
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -57,6 +57,7 @@ The new [image processing component][image] currently works with [number plates]
- Weather: [Australian BOM][bom] (Bureau of Meteorology) support ([@Zac-HD]) - Weather: [Australian BOM][bom] (Bureau of Meteorology) support ([@Zac-HD])
- Notify: Support for [MySensors][mysensors] notifications ([@MartinHjelmare]) - Notify: Support for [MySensors][mysensors] notifications ([@MartinHjelmare])
- TTS: New [Yandex SpeechKit TTS][yandex] integration ([@lupin-de-mid]) - TTS: New [Yandex SpeechKit TTS][yandex] integration ([@lupin-de-mid])
- Notify: [Facebook Messenger][facebook] support ([@gopalkildoliya])
- Sensor - sonarr: Add `urlbase` to [Sonarr][] ([@quadportnick]) - Sensor - sonarr: Add `urlbase` to [Sonarr][] ([@quadportnick])
- Switch - broadlink: Support for [SP][bl-switch] devices ([@Danielhiversen]) - Switch - broadlink: Support for [SP][bl-switch] devices ([@Danielhiversen])
@ -108,6 +109,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@florianholzapfel]: https://github.com/florianholzapfel [@florianholzapfel]: https://github.com/florianholzapfel
[@Giannie]: https://github.com/Giannie [@Giannie]: https://github.com/Giannie
[@glance-]: https://github.com/glance- [@glance-]: https://github.com/glance-
[@gopalkildoliya]: https://github.com/gopalkildoliya
[@happyleavesaoc]: https://github.com/happyleavesaoc [@happyleavesaoc]: https://github.com/happyleavesaoc
[@henworth]: https://github.com/henworth [@henworth]: https://github.com/henworth
[@HydrelioxGitHub]: https://github.com/HydrelioxGitHub [@HydrelioxGitHub]: https://github.com/HydrelioxGitHub
@ -147,6 +149,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[bl-switch]: https://home-assistant.io/components/switch.broadlink/ [bl-switch]: https://home-assistant.io/components/switch.broadlink/
[bom]: https://home-assistant.io/components/weather.bom/ [bom]: https://home-assistant.io/components/weather.bom/
[dublin]: https://home-assistant.io/components/sensor.dublin_public_transport/ [dublin]: https://home-assistant.io/components/sensor.dublin_public_transport/
[facebook]: https://home-assistant.io/components/notify.facebook/
[image]: https://home-assistant.io/components/image_processing/ [image]: https://home-assistant.io/components/image_processing/
[influx]: https://home-assistant.io/components/influxdb/ [influx]: https://home-assistant.io/components/influxdb/
[insteon]: https://home-assistant.io/components/insteon_local/ [insteon]: https://home-assistant.io/components/insteon_local/
@ -171,3 +174,4 @@ Experiencing issues introduced by this release? Please report them in our [issue
[yandex]: https://home-assistant.io/components/tts.yandextts/ [yandex]: https://home-assistant.io/components/tts.yandextts/
[yeelight]: https://home-assistant.io/components/light.yeelight/ [yeelight]: https://home-assistant.io/components/light.yeelight/
[zengge]: https://home-assistant.io/components/light.zengge/ [zengge]: https://home-assistant.io/components/light.zengge/