diff --git a/source/_posts/2015-10-11-rfxtrx-blinkstick-and-snmp-support.markdown b/source/_posts/2015-10-11-rfxtrx-blinkstick-and-snmp-support.markdown
new file mode 100644
index 00000000000..a28dbc0ac59
--- /dev/null
+++ b/source/_posts/2015-10-11-rfxtrx-blinkstick-and-snmp-support.markdown
@@ -0,0 +1,50 @@
+---
+layout: post
+title: "RFXtrx, Blinkstick, SNMP and Telegram now supported"
+description: "Home Assistant 0.7.5 has been released with support for RFXtrx, Blinkstick, SNMP and improved."
+date: 2015-10-11 10:10:00 +0700
+date_formatted: "October 11, 2015"
+author: Paulus Schoutsen
+comments: true
+categories: release-notes
+---
+
+We discovered two major issues that I want to address with a release:
+
+- Home Assistant package did not include the CloudMQTT certificate.
+- Throttle worked on a class base instead of an instance base, preventing the same platform be used twice.
+
+Beside the bugfixes for the major issues there are new featured in release 0.7.5: RFXtrx lights and switches, Blinklight, SNMP device tracker, and Telegram notifier.
+
+See [GitHub](https://github.com/balloob/home-assistant/releases/tag/0.7.5) for more detailed release notes.
+
+
+__Blickstick__
+
+Blinkstick support has been added by [@alanbowman](https://github.com/alanbowman). Home Assistant is now able to control your Blinkstick devices.
+
+```yaml
+# Example configuration.yaml entry
+light:
+ platform: blinksticklight
+ serial: BS000795-1.1
+ name: Living Room
+```
+
+
+
+__RFXtrx__
+
+[@badele](https://github.com/badele) has contributed support for controlling RFXtrx lights and switches.
+
+__SNMP__
+
+[@tomduijf](https://github.com/tomduijf) has contributed support to do prescence detection using SNMP.
+
+__Telegram__
+
+The [Telegram](https://telegram.org/) contributed by [@fabaff](https://github.com/fabaff) allow you send messages from Home Assistant to your Windows Phone or your iOS and Android devices.
+
+__Media player__
+[@maddox](https://github.com/maddox) and [@MagnusKnutas](https://github.com/MagnusKnutas) worked on the Media player part and implemented new features and improved it.
+